mirror of
https://github.com/LMMS/lmms.git
synced 2025-12-23 22:58:33 -05:00
Cleans up the root directory of the GitHub source tree and starts to separate platform-specific installing and packaging logic from the master CMakeLists.txt. Closes #2201
8 lines
188 B
CMake
8 lines
188 B
CMake
ADD_SUBDIRECTORY(backgrounds)
|
|
ADD_SUBDIRECTORY(locale)
|
|
ADD_SUBDIRECTORY(presets)
|
|
ADD_SUBDIRECTORY(projects)
|
|
ADD_SUBDIRECTORY(samples)
|
|
ADD_SUBDIRECTORY(themes)
|
|
ADD_SUBDIRECTORY(wavetables)
|