bin/CMakeLists.txt
author smxx
Mon, 15 Feb 2010 21:56:49 +0000
changeset 2815 c1daf1213cbe
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Training Missions: * Missions won't fail if you win within the last seconds (check for win) * Granting more time for Bazooka training to finish

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