We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e01cc commit ce9e7d5Copy full SHA for ce9e7d5
test/extension/CMakeLists.txt
@@ -21,10 +21,12 @@ if(NOT WIN32 AND NOT SUN)
21
${PARAMETERS}
22
../extension/loadable_extension_optimizer_demo.cpp)
23
24
+ if(${ENABLE_UNITTEST_CPP_TESTS})
25
set(TEST_EXT_OBJECTS test_remote_optimizer.cpp)
26
27
add_library_unity(test_extensions OBJECT ${TEST_EXT_OBJECTS})
28
set(ALL_OBJECT_FILES
29
${ALL_OBJECT_FILES} $<TARGET_OBJECTS:test_extensions>
30
PARENT_SCOPE)
31
+ endif()
32
endif()
0 commit comments