bin/CMakeLists.txt
author nemo
Fri, 16 Oct 2009 22:46:58 +0000
changeset 2514 df9d0728c5bb
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Make hedgies just hop a bit on flames so they are more likely to get properly scorched

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