data/CMakeLists.txt
author saiam
Sun, 30 Nov 2008 14:01:06 +0000
changeset 145 fc572ad7326a
parent 0 c8174cf25e06
permissions -rw-r--r--
Terrain::getTangent and Terrain::getNormal must be implemented. Everything else should be there. Still: Not tested, not
used.
# 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)