data/CMakeLists.txt
author terom
Mon, 08 Dec 2008 12:46:37 +0000
changeset 283 7540b0859579
parent 0 c8174cf25e06
permissions -rw-r--r--
start adding some documentation, most core classes (outside of Network) are now doxygen-enabled
# 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)