bin/CMakeLists.txt
author Xeli
Thu, 14 Jul 2011 15:59:29 +0200
branchhedgeroid
changeset 5437 19a7b798f73a
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Removed double icons introduced in 5411:9b82f4f9fba6

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