added vhacd not working atm
This commit is contained in:
marauder2k7 2024-05-12 03:07:59 +01:00
parent b6f250e93c
commit 679f0ff065
5 changed files with 8513 additions and 56 deletions

View file

@ -15,7 +15,7 @@ set(TORQUE_COMPILE_DEFINITIONS ICE_NO_DLL PCRE_STATIC TORQUE_ADVANCED_LIGHTING T
# All link libraries. Modules should append to this the path to specify additional link libraries (.a, .lib, .dylib, .so)
set(TORQUE_LINK_LIBRARIES tinyxml collada squish opcode assimp FLAC FLAC++ ogg vorbis
vorbisfile vorbisenc opus sndfile SDL2 glad pcre convexDecomp zlib)
vorbisfile vorbisenc opus sndfile SDL2 glad pcre zlib)
if(TORQUE_TESTING)
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} gtest gmock)