Files
marte-debug/Test/Integration/CMakeLists.txt
Martino Ferrari 5ef0efe7d6 Initial commit
2026-02-21 00:58:56 +01:00

9 lines
346 B
CMake

add_executable(IntegrationTest main.cpp)
target_link_libraries(IntegrationTest marte_dev ${MARTe2_LIB})
add_executable(TraceTest TraceTest.cpp)
target_link_libraries(TraceTest marte_dev ${MARTe2_LIB})
add_executable(ValidationTest ValidationTest.cpp)
target_link_libraries(ValidationTest marte_dev ${MARTe2_LIB} ${IOGAM_LIB} ${LinuxTimer_LIB})