mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-12 02:57:31 -04:00
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1673 0778d3d1-df1d-0410-868b-ea421aaaa00d
3 lines
96 B
CMake
3 lines
96 B
CMake
FILE(GLOB PNG_FILES *.png)
|
|
INSTALL(FILES ${PNG_FILES} DESTINATION ${LMMS_DATA_DIR}/backgrounds)
|