bin/CMakeLists.txt
author nemo
Thu, 25 Nov 2010 22:56:28 -0500
changeset 4420 6be946bcd17a
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Add a visual gear for drawing circles. Intent is to allow specifying areas on map for lua scripts (such as to indicate a location to go to). Could also be used to, say, circle a hog in CTF. Also add a "Critical" flag for visual gears so a gear flagges as such will always be created.

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