2009-02-02 04:20:29 -06:00
|
|
|
|
2009-12-27 14:12:46 -06:00
|
|
|
include_directories ( ${HURRICANE_SOURCE_DIR}/src/hurricane )
|
|
|
|
add_executable ( htest HTest.cpp )
|
2012-12-03 02:26:28 -06:00
|
|
|
target_link_libraries ( htest hurricane ${Boost_LIBRARIES} ${LIBEXECINFO_LIBRARIES} )
|