data/CMakeLists.txt
author ekku
Tue, 09 Dec 2008 04:22:30 +0000
changeset 361 1b87b1e0ae1d
parent 0 c8174cf25e06
permissions -rw-r--r--
network move
# Match all files, except hidden ones (which begin with dot).
file(GLOB DATA_FILES "share/[^.]*")

if(DATA_FILES)
	install(FILES ${DATA_FILES} DESTINATION "${PROJECT_DATA_DIR}")
endif(DATA_FILES)