bin/CMakeLists.txt
author koda
Fri, 09 Nov 2012 22:56:34 +0100
branchwebgl
changeset 8004 da4c6db6ea6b
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
correct includes and clang detection

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