eive-obsw/unittest/CMakeLists.txt

6 lines
85 B
CMake
Raw Normal View History

2022-02-10 18:15:33 +01:00
add_subdirectory(controller)
2021-09-29 10:52:36 +02:00
2022-02-10 18:15:33 +01:00
target_sources(${UNITTEST_NAME} PRIVATE
2021-09-29 10:52:36 +02:00
main.cpp
)