bin/CMakeLists.txt
author nemo
Sun, 07 Oct 2012 11:59:42 -0400
changeset 7726 1137406bce12
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Set default collision mask for gears at currenthedgehog X/Y to FF7F, expose mask to scripting as well. This should resolve the collision part of bug #420

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