bin/CMakeLists.txt
author koda
Wed, 21 Nov 2012 12:03:40 +0100
changeset 8087 ccc99eebdac2
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
little cmake cleanup, search installed modules first, then our own

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