bin/CMakeLists.txt
author Xeli
Sun, 09 Oct 2011 20:41:17 +0200
branchhedgeroid
changeset 6045 9a7cc0f29430
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Using misc/libtremor/tremor rather than misc/tremor, plus added the include in the android.mk of SDL_mixer

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