mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-03 18:15:36 +00:00
6 lines
239 B
CMake
6 lines
239 B
CMake
add_executable(heclTest WIN32 main.cpp)
|
|
target_link_libraries(heclTest
|
|
hecl-database hecl-runtime hecl-backend hecl-frontend
|
|
hecl-hmdl hecl-blender hecl-common athena-core xxhash
|
|
logvisor boo ${ZLIB_LIBRARIES} ${BOO_SYS_LIBS})
|