diff options
| author | Erik Kundiman <erik@megapahit.org> | 2025-06-03 17:59:37 +0800 | 
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2025-06-03 17:59:37 +0800 | 
| commit | dad8be14580b75af6fa0b97e41d5f8103e23acbe (patch) | |
| tree | 303d590b101692a8f9d6e45b9762ac31a887b02b | |
| parent | a9ff91e4124b58761539f44bc66979599b9f9c5b (diff) | |
Exclude Windows from compiling SDL related files
| -rw-r--r-- | indra/llwindow/CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt index d29bd5cde4..6debd54665 100644 --- a/indra/llwindow/CMakeLists.txt +++ b/indra/llwindow/CMakeLists.txt @@ -64,7 +64,7 @@ include_directories(${CMAKE_SOURCE_DIR}/llrender)  # Libraries on which this library depends, needed for Linux builds  # Sort by high-level to low-level -if (NOT DARWIN) +if (NOT (DARWIN OR WINDOWS))    list(APPEND viewer_SOURCE_FILES         llkeyboardsdl.cpp         llwindowsdl.cpp  | 
