2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-10-04 20:39:35 +00:00
metaforce/hecl/test/CMakeLists.txt
2015-11-13 22:39:27 -08:00

5 lines
218 B
CMake

add_executable(heclTest WIN32 main.cpp)
target_link_libraries(heclTest
HECLDatabase HECLRuntime HECLBackend HECLFrontend HECLBlender HECLCommon AthenaCore xxhash
LogVisor Boo ${ZLIB_LIBRARIES} ${BOO_SYS_LIBS})