metaforce/hecl/test/CMakeLists.txt

5 lines
211 B
CMake

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