metaforce/hecl/test/CMakeLists.txt

5 lines
203 B
CMake
Raw Normal View History

2015-11-12 04:32:53 +00:00
add_executable(heclTest WIN32 main.cpp)
target_link_libraries(heclTest
2017-07-02 10:13:43 +00:00
hecl-common hecl-blender-addon athena-core athena-libyaml xxhash
logvisor boo ${ZLIB_LIBRARIES} ${LZO_LIB} ${BOO_SYS_LIBS})