bin/CMakeLists.txt
author belphegorr <szabibibi@gmail.com>
Tue, 24 Jul 2012 20:15:30 +0300
changeset 7417 2520705b857f
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Switched Fell From Heaven to Fell From Grace on missions 5, 6. Changed start dialogue of the princess in Mission 6.

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