2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-10-04 13:59:36 +00:00
metaforce/hecl/test/CMakeLists.txt
2018-12-19 17:44:40 -10:00

10 lines
305 B
CMake

add_executable(heclTest WIN32 main.cpp)
target_link_libraries(heclTest
${HECL_APPLICATION_REPS_TARGETS_LIST}
hecl-full hecl-blender-addon
athena-core athena-libyaml xxhash logvisor boo
${ZLIB_LIBRARIES} lzokay ${BOO_SYS_LIBS})
if(COMMAND add_sanitizers)
add_sanitizers(heclTest)
endif()