bin/CMakeLists.txt
author Xeli
Sat, 21 Apr 2012 17:59:14 +0200
changeset 6900 26873e68034f
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
- Added support for keyboards on android - tiny patch for android/sdl tracks backspace correctly now - Added SDL_SCANCODE_X constants in uKeys - First attempt at making the touch interface and keys input work side by side

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