bin/CMakeLists.txt
author Chris Wong <lambda.fairy@gmail.com>
Thu, 29 Nov 2012 14:02:28 +1300
changeset 8138 cfb228baa598
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
Invert S3D_DISABLED to more consistent USE_S3D_RENDERING

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