bin/CMakeLists.txt
author sheepluva
Thu, 25 Aug 2011 18:29:46 +0200
changeset 5683 8a5efade0b93
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
reduce effect of the look-ahead behaviour that I tried to implement

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