First commit of cmake stubs - more to come

This commit is contained in:
Federico Hernandez 2010-12-29 00:31:20 +01:00
parent dd10bf52e7
commit fb24835ac5
6 changed files with 59 additions and 0 deletions

4
test/CMakeLists.txt Normal file
View 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)