bin/CMakeLists.txt
author nemo
Thu, 25 Oct 2012 13:55:55 -0400
changeset 7820 c1b491e03362
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
Restore -gv, limit points to template dimensions

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