bin/CMakeLists.txt
author nemo
Sun, 26 Sep 2010 19:06:59 -0400
changeset 3909 4ba25a3d15af
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
remove windspeed from bubbles, remove initial dY from bubbles, apply dY/dX to bubbles, correct offsets on flying saucer flame graphics, add bubbles when flying saucer thrusts underwater, make flying saucer sink more slowly underwater

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