2 add_subdirectory(vavoomc)
5 # add_subdirectory(liblzma)
6 #endif(NOT WITH_SYS_LZMA)
8 if(NOT WITH_SYS_LIBJPG)
10 endif(NOT WITH_SYS_LIBJPG)
12 #if(NOT WITH_SYS_ZLIB)
13 # add_subdirectory(zlib)
14 #endif(NOT WITH_SYS_ZLIB)
17 add_subdirectory(imago)
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)
43 add_subdirectory(opus)
44 endif(OPUS_USE_INTERNAL)
45 endif(ENABLE_CLIENT OR ENABLE_VCCRUN_ONLY OR ENABLE_VCCRUN)