bin/CMakeLists.txt
author mikade
Wed, 14 Sep 2011 18:19:07 +0200
changeset 5901 a00e567005be
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Add sounds for incorrectly placed waypoint, fastest time, and no record of any kind.

if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	file(GLOB ICOs *.ico)
	
	install(FILES
		${DLLs}
		${ICOs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)