First commit of cmake stubs - more to come
This commit is contained in:
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)
|
||||
Reference in New Issue
Block a user