bin/CMakeLists.txt
author tiyuri@gmail.com
Mon, 06 Sep 2010 23:14:12 +0100
changeset 3838 56e1cb3de456
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Underwater updates and fixes by Palewolf

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