metaforce/hecl/test/CMakeLists.txt

5 lines
225 B
CMake
Raw Normal View History

2015-11-12 04:32:53 +00:00
add_executable(heclTest WIN32 main.cpp)
target_link_libraries(heclTest
2016-03-04 23:02:44 +00:00
hecl-database hecl-runtime hecl-backend hecl-frontend hecl-blender hecl-common athena-core xxhash
logvisor boo ${ZLIB_LIBRARIES} ${BOO_SYS_LIBS})