data/CMakeLists.txt
author saiam
Sun, 30 Nov 2008 13:17:37 +0000
changeset 142 00672d0682ac
parent 0 c8174cf25e06
permissions -rw-r--r--
Fixed some obvious bugs.
# 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)