bin/CMakeLists.txt
author unc0rr
Thu, 25 Feb 2010 18:28:33 +0000
changeset 2867 9be6693c78cb
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
- Unbreak support for client versions prior to 0.9.13-dev - Replace tabs with spaces (sorry for mixing with code changes)

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