bin/CMakeLists.txt
author nemo
Mon, 15 Nov 2010 14:39:58 -0500
changeset 4344 23ab3bdbf218
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
This should fix Chip's bug with unlimited teleports. Also remove more hog placement special behaviour and just use ResetWeapons with a check against PlacingHogs mode

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