bin/CMakeLists.txt
author nemo
Sun, 03 Jun 2012 18:52:22 -0400
changeset 7170 84ac6c6d2d8e
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Only create textures for non-empty LandPixel chunks. This should save a fair amount of memory, especially on smaller maps, and eliminate a number of draws

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