bin/CMakeLists.txt
author Xeli
Sat, 28 Apr 2012 14:41:40 +0200
changeset 6951 a37e470c8694
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
- changed targetting, to launch an airstrike move the cursor/pointer to a location and then press the firebutton - added a caption to try to explain this -_-

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