summaryrefslogtreecommitdiff
path: root/indra/test
diff options
context:
space:
mode:
Diffstat (limited to 'indra/test')
-rw-r--r--indra/test/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt
index 37ad170467..6940c0682f 100644
--- a/indra/test/CMakeLists.txt
+++ b/indra/test/CMakeLists.txt
@@ -30,7 +30,6 @@ set(test_SOURCE_FILES
llbase64_tut.cpp
llblowfish_tut.cpp
llbuffer_tut.cpp
- lldatabase_tut.cpp
lldate_tut.cpp
llerror_tut.cpp
llhost_tut.cpp
@@ -89,6 +88,12 @@ if (NOT WINDOWS)
)
endif (NOT WINDOWS)
+if (NOT DARWIN)
+ list(APPEND test_SOURCE_FILES
+ lldatabase_tut.cpp
+ )
+endif (NOT DARWIN)
+
set_source_files_properties(${test_HEADER_FILES}
PROPERTIES HEADER_FILE_ONLY TRUE)