bin/CMakeLists.txt
author unc0rr
Sun, 18 Nov 2012 23:10:26 +0400
changeset 8061 c08e9c3e0737
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
Merge from 0.9.18

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