bin/CMakeLists.txt
author koda
Sat, 14 Aug 2010 02:10:27 +0200
changeset 3739 97cf933e5bd2
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
disable AI teleport show on screen controls only if hedgehog is not a hog fix reloading of teams

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