of course it builded before, I didn't add the files to CmakeLists. Now build fails
This commit is contained in:
@@ -12,4 +12,16 @@ target_link_libraries(test_sysfs_reader
|
||||
gtest_main
|
||||
)
|
||||
add_test(NAME test_sysfs_reader COMMAND test_sysfs_reader)
|
||||
add_executable(test_producer
|
||||
test_producer.cxx
|
||||
)
|
||||
|
||||
target_link_libraries(test_producer
|
||||
PRIVATE
|
||||
core
|
||||
gtest
|
||||
gtest_main
|
||||
)
|
||||
|
||||
add_test(NAME test_producer COMMAND test_producer)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user