bin/CMakeLists.txt
author smaxx
Thu, 02 Sep 2010 14:12:02 +0200
changeset 3806 9c2737ba87ea
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Locales: * Updated en.txt

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