engine: reject mbf21 and shit24 wads. there is no way to know if it is safe to ignore...
[k8vavoom.git] / libs / CMakeLists.txt
blobf00d9bf974abbc8a73468b36c891334c47c63018
1 add_subdirectory(core)
2 add_subdirectory(vavoomc)
4 #if(NOT WITH_SYS_LZMA)
5 #  add_subdirectory(liblzma)
6 #endif(NOT WITH_SYS_LZMA)
8 if(NOT WITH_SYS_LIBJPG)
9   add_subdirectory(jpeg)
10 endif(NOT WITH_SYS_LIBJPG)
12 #if(NOT WITH_SYS_ZLIB)
13 #  add_subdirectory(zlib)
14 #endif(NOT WITH_SYS_ZLIB)
16 if(ENABLE_VCCRUN)
17   add_subdirectory(imago)
18 endif(ENABLE_VCCRUN)
20 if(ENABLE_CLIENT OR ENABLE_VCCRUN_ONLY)
21   if(WITH_GLAD AND NOT GLAD_LIBRARY)
22     message(STATUS "Local GLAD enabled")
23     add_subdirectory(glad)
24   endif(WITH_GLAD AND NOT GLAD_LIBRARY)
25 endif(ENABLE_CLIENT OR ENABLE_VCCRUN_ONLY)
27 if(ENABLE_CLIENT AND NOT ENABLE_VCCRUN_ONLY)
28   add_subdirectory(timidity)
29 endif(ENABLE_CLIENT AND NOT ENABLE_VCCRUN_ONLY)
31 if(ENABLE_CLIENT OR ENABLE_VCCRUN_ONLY OR ENABLE_VCCRUN)
32   add_subdirectory(xmplite)
33 endif(ENABLE_CLIENT OR ENABLE_VCCRUN_ONLY OR ENABLE_VCCRUN)
35 if(ENABLE_CLIENT OR ENABLE_VCCRUN_ONLY OR ENABLE_VCCRUN)
36   if(WITH_FLUID AND NOT WITH_SYS_FLUID)
37     add_subdirectory(fluidsynth_lite)
38   endif(WITH_FLUID AND NOT WITH_SYS_FLUID)
39 endif(ENABLE_CLIENT OR ENABLE_VCCRUN_ONLY OR ENABLE_VCCRUN)
41 if(ENABLE_CLIENT OR ENABLE_VCCRUN_ONLY OR ENABLE_VCCRUN)
42   if(OPUS_USE_INTERNAL)
43     add_subdirectory(opus)
44   endif(OPUS_USE_INTERNAL)
45 endif(ENABLE_CLIENT OR ENABLE_VCCRUN_ONLY OR ENABLE_VCCRUN)