bin/CMakeLists.txt
author koda
Wed, 10 Nov 2010 03:08:14 +0100
changeset 4232 3a7862405c36
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
tweak interface, there is no need to manually add new weapons and schemes to the filter list

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