bin/CMakeLists.txt
author Bryan Dunsmore <dunsmoreb@gmail.com>
Sat, 01 Dec 2012 15:52:36 -0600
branchwebgl
changeset 8113 0ad9c42dca7c
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
Refactor Clang module.

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