ttrts/source/test/CMakeLists.txt

19 lines
271 B
Text
Raw Normal View History

2014-12-16 13:12:51 +00:00
# ====================== tests =======================
# Project name
project( ttrts-test )
include_directories(
../ttrts
../maths
2014-12-16 13:12:51 +00:00
)
set( SOURCES
test.cpp
)
# Add the executable
add_executable( ttrts-test ${SOURCES} )
target_link_libraries( ttrts-test ttrts )