You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- include_directories(${MXML_INCLUDE_DIR})
-
- set(zynaddsubfx_misc_SRCS
- Misc/Bank.cpp
- Misc/Config.cpp
- Misc/Dump.cpp
- Misc/Master.cpp
- Misc/Microtonal.cpp
- Misc/Part.cpp
- Misc/Util.cpp
- Misc/XMLwrapper.cpp
- Misc/Recorder.cpp
- Misc/WavFile.cpp
- Misc/WaveShapeSmps.cpp
- )
-
-
-
- if(LashEnable)
- set(zynaddsubfx_misc_SRCS
- ${zynaddsubfx_misc_SRCS}
- Misc/LASHClient.cpp
- PARENT_SCOPE)
- else()
- set(zynaddsubfx_misc_SRCS
- ${zynaddsubfx_misc_SRCS}
- PARENT_SCOPE)
- endif()
|