bin/CMakeLists.txt
author koda
Mon, 22 Aug 2011 23:56:25 +0200
changeset 5660 1647244b3ffe
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
set gl attributes before creating the window, or some of them might be ignored (like vsync on osx); also don't skip some reloads when switching to fullscreen and back; finally did a little code re-organisation

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