mirror of
https://github.com/LMMS/lmms.git
synced 2026-02-05 20:25:11 -05:00
The runtime-generation is still there as a fallback, and the file generation code is left in as commented-out, because it might be needed in the future
3 lines
99 B
CMake
3 lines
99 B
CMake
FILE(GLOB WAVETABLES *.bin)
|
|
INSTALL(FILES ${WAVETABLES} DESTINATION "${LMMS_DATA_DIR}/wavetables")
|