bin/CMakeLists.txt
author koda
Tue, 20 Jul 2010 03:14:43 +0200
changeset 3659 f8d5ac50e307
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
half reworking of the settings page with delegation some graphical enhancements, leaks and fixes

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