bin/CMakeLists.txt
author koda
Fri, 13 Apr 2012 01:41:11 +0200
changeset 6885 53a87a4c7b35
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
minor gl debug/comments

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