metaforce/hecl/test/CMakeLists.txt

10 lines
309 B
CMake
Raw Normal View History

2015-11-12 04:32:53 +00:00
add_executable(heclTest WIN32 main.cpp)
target_link_libraries(heclTest
2018-10-07 02:53:57 +00:00
${HECL_APPLICATION_REPS_TARGETS_LIST}
2018-01-10 06:16:18 +00:00
hecl-full hecl-blender-addon
athena-core athena-libyaml xxhash logvisor boo
${ZLIB_LIBRARIES} ${LZO_LIB} ${BOO_SYS_LIBS})
2018-05-06 23:08:52 +00:00
if(COMMAND add_sanitizers)
add_sanitizers(heclTest)
2018-10-07 02:53:57 +00:00
endif()