Skip to content

Commit 49c5192

Browse files
committed
tests BUGFIX missing compat sources
Refs #405
1 parent ba9f358 commit 49c5192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ endif()
5050
foreach(src IN LISTS libsrc)
5151
list(APPEND test_srcs "../${src}")
5252
endforeach()
53-
add_library(testobj OBJECT ${test_srcs})
53+
add_library(testobj OBJECT ${test_srcs} ${compatsrc})
5454

5555
foreach(test_name IN LISTS tests)
5656
add_executable(${test_name} $<TARGET_OBJECTS:testobj> ${test_name}.c)

0 commit comments

Comments
 (0)