bin/CMakeLists.txt
author unc0rr
Mon, 19 Sep 2011 23:55:52 +0400
changeset 5955 07f6fa51ea58
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
- Unset hhdriven flag for gone hedgehog - Fix incorrect work with states in gstWait state handler - These two changes fix the bug with hogs of gone team not disappearing

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