bin/CMakeLists.txt
author unc0rr
Sun, 16 Dec 2012 12:05:32 +0400
branchflibqtfrontend
changeset 8282 1f81bcce3ee6
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
Implement some more callbacks

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