metaforce/hecl/test/CMakeLists.txt

5 lines
177 B
CMake
Raw Normal View History

2015-11-12 04:32:53 +00:00
add_executable(heclTest WIN32 main.cpp)
target_link_libraries(heclTest
hecl-common hecl-blender-addon athena-core xxhash
2016-03-04 23:02:44 +00:00
logvisor boo ${ZLIB_LIBRARIES} ${BOO_SYS_LIBS})