bin/CMakeLists.txt
author Xeli
Thu, 15 Nov 2012 22:43:44 +0100
changeset 8042 644231dded72
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
up android target api (but this commit is actually just to test buildbot: desync

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