bin/CMakeLists.txt
author smaxx
Mon, 23 Aug 2010 16:29:12 +0200
changeset 3758 80007c41c35e
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Frontend: * Simplified the code to setup config structure and prepared it to enable user accessible asset directories * Renamed team file extensions from ".ini" to ".hwt" (Hedgewars Team) * Added campaign progress to teams (I know, no campaign ... yet)

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