bin/CMakeLists.txt
author Xeli
Tue, 24 Jan 2012 18:11:56 +0100
changeset 6597 814683bbd230
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
added TARDIS to minimal data dir, changed a couple of org_libsdl_app to org_hedgewars_hedgeroid in SDL_android.cpp and updated SDLActivity.java

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