iloveos/test/CMakeLists.txt
2023-10-29 15:56:52 -07:00

10 lines
138 B
CMake

set(TARGET_NAME run_tests)
# add test sources here ...
add_executable(${TARGET_NAME}
../lib/fischl.cpp
testfischl.cpp
)