mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
4 lines
243 B
CMake
4 lines
243 B
CMake
include_directories (${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/test)
|
|
add_custom_target (test ./run_all DEPENDS date.t
|
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/test)
|
|
add_executable (date.t date.t.cpp test.cpp)
|