bin/CMakeLists.txt
author Wolfgang Steffens <WolfgangSteff@gmail.com>
Mon, 14 May 2012 19:26:50 +0200
changeset 7080 dbf43c07a507
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Refactored TTexture to allow encoding sprite(s) at an arbitrary location within a (possibly shared) physical texture. The original variant only allowed encoding a sprite at the bottomleft of a larger physical texture to use NPOT sprites on POT only supporting systems.

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