bin/CMakeLists.txt
author nemo
Thu, 15 Oct 2009 21:47:05 +0000
changeset 2468 0b62498c201a
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_

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