bin/CMakeLists.txt
author mikade
Thu, 30 Jun 2011 05:26:36 +0200
changeset 5362 5f0c46e78e50
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Enable autoswitch on turn start for The Specialists Mode. Remove switch from Engineer wepset to prevent nemo getting combo'd again :)

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