bin/CMakeLists.txt
author koda
Sun, 02 Oct 2011 00:57:04 +0200
changeset 6078 8c0cc07731e5
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories

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