metaforce/hecl/test/CMakeLists.txt

5 lines
218 B
CMake
Raw Normal View History

2015-11-12 04:32:53 +00:00
add_executable(heclTest WIN32 main.cpp)
target_link_libraries(heclTest
2015-11-14 06:39:27 +00:00
HECLDatabase HECLRuntime HECLBackend HECLFrontend HECLBlender HECLCommon AthenaCore xxhash
2015-11-13 02:12:09 +00:00
LogVisor Boo ${ZLIB_LIBRARIES} ${BOO_SYS_LIBS})