bin/CMakeLists.txt
author koda
Mon, 12 Sep 2011 15:58:59 +0200
changeset 5877 514b639c40da
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
remove the forced fullscreen resolution since everyone is hating it; kept it around only for stereo rendering (where it's mandatory)

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