bin/CMakeLists.txt
author belphegorr <szabibibi@gmail.com>
Tue, 03 Jul 2012 12:15:07 +0300
changeset 7219 6c7739c6446f
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Set the choice constants to the correct values (1-3 instead of 0-2).

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