mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-10-04 14:39:36 +00:00
5 lines
218 B
CMake
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})
|