bin/CMakeLists.txt
author Vatten
Tue, 30 Oct 2012 14:40:40 -0400
branch0.9.18
changeset 7893 50e8f6714b22
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
new script specialising in altering weapon behaviour

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