bin/CMakeLists.txt
author nemo
Sun, 26 Sep 2010 16:28:04 -0400
changeset 3908 1429c303858d
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Can't use cHealthDecrease here for these two 'cause it isn't a generic "do some damage to hog" flag, but is rather set when SD starts

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