bin/CMakeLists.txt
author nemo
Sun, 10 Oct 2010 12:53:16 -0400
changeset 3946 41e06b74c991
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Enable resetting of weapons after each turn - useful in combination with a limited weaponset and unlimited attacks

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