metaforce/hecl/test/CMakeLists.txt

6 lines
239 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-31 02:44:12 +00:00
hecl-database hecl-runtime hecl-backend hecl-frontend
hecl-hmdl hecl-blender hecl-common athena-core xxhash
2016-03-04 23:02:44 +00:00
logvisor boo ${ZLIB_LIBRARIES} ${BOO_SYS_LIBS})