bin/CMakeLists.txt
author nemo
Sun, 11 Sep 2011 09:46:22 -0400
changeset 5851 e6151aca2d7c
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Focus camera on moving current hog (probably more important to player). Should make tumbler, sine gun play, attacking off rope and saucer more playable. Also fix a typo in prior offset, and compensate for zoom.

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