bin/CMakeLists.txt
author unc0rr
Sun, 28 Sep 2008 21:56:37 +0000
changeset 1294 50198e5c7f02
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
- Hedgehog doesn't take off hat when shooting from shotgun - Don't show empty hat sprite

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