bin/CMakeLists.txt
author unc0rr
Mon, 26 Nov 2012 00:06:42 +0400
branchflibqtfrontend
changeset 8106 861d145b270e
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
Oops, temporary objects involved

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