bin/CMakeLists.txt
author koda
Sat, 01 Oct 2011 02:40:26 +0200
changeset 6074 047eaed35cbb
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
ios major refactoring for ios settings, now they are presented differently on iphone/ipad, code is simplified and optimized, and ui is a little refreshed (eg. no more stuck selected fields)

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