data/CMakeLists.txt
author terom
Fri, 07 Nov 2008 21:12:10 +0000
changeset 19 2f51a1eb7913
parent 0 c8174cf25e06
permissions -rw-r--r--
export Project page as PDF from trac wiki, the diagram is broken
# 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)