bin/CMakeLists.txt
author unc0rr
Tue, 13 Nov 2012 23:21:46 +0400
branchphysfslayer
changeset 8019 b216953c2617
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
merge with default

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