bin/CMakeLists.txt
author nemo
Tue, 23 Feb 2010 19:25:38 +0000
changeset 2853 953a6d71396f
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Restore shared clan ammo (still needs flag), add ammo info message if the person who picked up the ammo was a member of your clan

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