bin/CMakeLists.txt
author smxx
Tue, 02 Mar 2010 17:22:36 +0000
changeset 2911 cd355befa683
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Engine: * Explosive crates: Use them as cover - but watch out, they may explode spreading fire everywhere! * Temporary hack for testing: Replaced all mines with explosive crates

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