We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9f358 commit 49c5192Copy full SHA for 49c5192
tests/CMakeLists.txt
@@ -50,7 +50,7 @@ endif()
50
foreach(src IN LISTS libsrc)
51
list(APPEND test_srcs "../${src}")
52
endforeach()
53
-add_library(testobj OBJECT ${test_srcs})
+add_library(testobj OBJECT ${test_srcs} ${compatsrc})
54
55
foreach(test_name IN LISTS tests)
56
add_executable(${test_name} $<TARGET_OBJECTS:testobj> ${test_name}.c)
0 commit comments