summaryrefslogtreecommitdiffstats
path: root/blinken/CMakeLists.txt
blob: 253f2a9ad4c5a139cdc9a8c7335eda06edaae916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_subdirectory( src    )
add_subdirectory( images )
add_subdirectory( icons  )
add_subdirectory( sounds )
add_subdirectory( fonts  )


##### other data

install(
    FILES README.packagers
    DESTINATION ${DATA_INSTALL_DIR}/blinken
)