bin/CMakeLists.txt
author TheXception
Thu, 02 Sep 2010 23:03:10 +0200
changeset 3815 8754f7874395
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Frontend: improve statsPage (clean up translation strings)

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