data/CMakeLists.txt
author saiam
Sun, 07 Dec 2008 19:40:40 +0000
changeset 251 6a6208e5c7a1
parent 0 c8174cf25e06
permissions -rw-r--r--
Added recoil parameter for weapons, but it is not used yet.
# 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)