blob: 1400d788c20777a9c0d404430553afb838861906 (
plain)
1
2
3
4
5
6
7
8
9
10
|
tde_auto_add_subdirectories()
##### other data
file( GLOB xpm_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.xpm )
install(
FILES ${xpm_files}
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/pics
)
|