coriolis/hurricane/tests/CMakeLists.txt

5 lines
152 B
CMake
Raw Normal View History

2009-02-02 04:20:29 -06:00
include_directories ( ${HURRICANE_SOURCE_DIR}/src/hurricane )
add_executable ( htest HTest.cpp )
target_link_libraries ( htest hurricane )