bin/CMakeLists.txt
author Xeli
Tue, 05 Jul 2011 18:21:19 +0200
branchhedgeroid
changeset 5391 eb9b25dea4af
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Removed the "move" of the resources, it isn't needed for the android build anymore and if they get moved in the default repo it probably should go somewhere in /share

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