2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-03 18:15:36 +00:00
metaforce/hecl/test/CMakeLists.txt
2016-03-30 16:44:12 -10:00

6 lines
239 B
CMake

add_executable(heclTest WIN32 main.cpp)
target_link_libraries(heclTest
hecl-database hecl-runtime hecl-backend hecl-frontend
hecl-hmdl hecl-blender hecl-common athena-core xxhash
logvisor boo ${ZLIB_LIBRARIES} ${BOO_SYS_LIBS})