blob: 50e33a6bde5f14aeca887e45709278cbde69948b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
add_subdirectory( italy )
#add_subdirectory( svg )
##### other data
file( GLOB _pics RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png )
install(
FILES ${_pics}
DESTINATION ${DATA_INSTALL_DIR}/kgeography/flags
)
|