bin/CMakeLists.txt
author nemo
Tue, 25 Aug 2009 20:54:11 +0000
changeset 2331 e4941a7986d6
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Another try at keeping blowtorch/firepunch/jackhammer from going through indestructible stuff. Shame these routines don't use hedgehog movement

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