bin/CMakeLists.txt
author koda
Thu, 10 May 2012 22:15:31 +0200
changeset 7047 606acf1f80be
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
ios: this commit just removes the overlay class files (with all submenus and resources) while working on a proper restoration

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