bin/CMakeLists.txt
author Medo <smaxein@googlemail.com>
Thu, 19 Jul 2012 18:31:58 +0200
changeset 7340 62043f5f7c67
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Re-Added the commandline client, but it's not compilable agains the latest frontlib at the moment.

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