bin/CMakeLists.txt
author Xeli
Tue, 24 Jan 2012 02:47:51 +0100
changeset 6592 cf12f07d6f24
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..

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