2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-10-04 16:39:40 +00:00
metaforce/hecl/test/CMakeLists.txt
2018-01-09 20:16:18 -10:00

6 lines
205 B
CMake

add_executable(heclTest WIN32 main.cpp)
target_link_libraries(heclTest
hecl-full hecl-blender-addon
athena-core athena-libyaml xxhash logvisor boo
${ZLIB_LIBRARIES} ${LZO_LIB} ${BOO_SYS_LIBS})