summaryrefslogtreecommitdiffstats
path: root/superkaramba/examples/CMakeLists.txt
blob: 0eefb5105e6450bff68ca7221ad56996b3e481a1 (plain)
1
2
3
4
5
6
7
add_subdirectory( globalMouse )

install(
  DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
  DESTINATION ${DATA_INSTALL_DIR}/superkaramba/examples
  PATTERN CMakeLists.txt EXCLUDE
)