share/hedgewars/Data/Sounds/CMakeLists.txt
author unc0rr
Sun, 24 Feb 2008 20:00:31 +0000
changeset 789 3d976d2579eb
parent 562 d1a9035175ed
child 799 71ba310da909
permissions -rw-r--r--
- More accurate rope collision detection - Implement hedgehog on rope speed limit - All this should prevent rope to be stuck in the ground

file(GLOB BaseSounds *.ogg) 

install(FILES
	${BaseSounds}
	DESTINATION ${SHAREPATH}Data/Sounds)