bin/CMakeLists.txt
author mikade
Sun, 11 Sep 2011 04:08:50 +0200 (2011-09-11)
changeset 5845 b20a1e0a0e7e
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Substitute broken Tumbler-based GaudyRacer with generic, map independant Racer. More changes/updates on this script to come.
if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	file(GLOB ICOs *.ico)
	
	install(FILES
		${DLLs}
		${ICOs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)