bin/CMakeLists.txt
author smxx
Sat, 05 Jun 2010 20:49:51 +0000
changeset 3499 66eba4e41b91
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Engine: * Avoid any offset applied if weapon's origin is set to (0, 0)

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