bin/CMakeLists.txt
author koda
Fri, 03 Sep 2010 01:54:29 +0200
changeset 3822 ee85a9c73ece
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
*patch by arrom: fix installation of fort images *patch by arrom: remove the need of qm translation files *ifrontend: don't use spaces

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