bin/CMakeLists.txt
author koda
Wed, 27 Oct 2010 01:33:25 +0200
changeset 4000 ddc4a09889e7
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
engine: reorder GameFlags and update files, frontend and other stuff ifrontend: load scheme descriptions from file and automate them a little correct order is schemes, ammo, hogs properly fix an autoreleased uiswitch

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