mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
First commit of cmake stubs - more to come
This commit is contained in:
parent
dd10bf52e7
commit
fb24835ac5
6 changed files with 59 additions and 0 deletions
4
test/CMakeLists.txt
Normal file
4
test/CMakeLists.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue