metaforce/hecl/test/CMakeLists.txt

5 lines
177 B
CMake

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