bin/CMakeLists.txt
author Xeli
Thu, 04 Aug 2011 17:40:29 +0200
branchhedgeroid
changeset 5477 b420afbc20d4
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
manifest changes, all activities are fullscreen and some activities have been added to the manifest

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