bin/CMakeLists.txt
author tiyuri@gmail.com
Thu, 02 Sep 2010 12:45:22 +0100
changeset 3804 7fbd0458d45f
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Added descriptions for new weapons

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