bin/CMakeLists.txt
author legutus
Mon, 30 Aug 2010 15:24:49 +0200
changeset 3786 0907b0fd5714
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Improves room list with filter for state/rules/weapons and general search

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