bin/CMakeLists.txt
author koda
Mon, 19 Sep 2011 19:12:19 +0200
branch0.9.16
changeset 5963 c24fdd9a0458
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
fix mac compilation

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