bin/CMakeLists.txt
author smxx
Sun, 25 Apr 2010 18:38:08 +0000
changeset 3368 791fa4664209
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Engine: * Added backward compatibility to Lua's SetAmmo (now accepts 4 or 5 parameters)

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