bin/CMakeLists.txt
author koda
Mon, 25 Apr 2011 01:46:54 +0200
changeset 5172 88f2e05288ba
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
aaand let's add freetype as well while we are at it other smaller changes

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