bin/CMakeLists.txt
author smxx
Fri, 12 Feb 2010 17:02:08 +0000
changeset 2801 24739a3bf5e3
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Engine: * Show alternative weapon that might be used while on rope (if any is selected)

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