data/CMakeLists.txt
author terom
Sat, 08 Nov 2008 20:34:14 +0000
changeset 22 b70d30e1b0fe
parent 0 c8174cf25e06
permissions -rw-r--r--
all the network code is now there, although it doesn't quite work
# 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)