data/CMakeLists.txt
author saiam
Mon, 08 Dec 2008 21:15:52 +0000
changeset 310 7e0cfc5f0944
parent 0 c8174cf25e06
permissions -rw-r--r--
Wrote something to documentation
# 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)