bin/CMakeLists.txt
author nemo
Sun, 04 Apr 2010 14:47:45 +0000
changeset 3302 0973c5af5141
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Add reference to ammo at time of gear creation to allow switching to work on jetpack/parachute

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