bin/CMakeLists.txt
author nemo
Thu, 01 Jul 2010 18:29:57 -0400
changeset 3606 dec996dd7d02
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Rename city to earthrise, replace old "earthrise" music w/ new City music on City/Planes

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