bin/CMakeLists.txt
author nemo
Wed, 23 Jun 2010 22:12:06 -0400
changeset 3552 ca819f8bd704
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Workaround for cakes and portals. Also disable something that always seems to screw up my portal games. Hopefully will so irritate sheepluva he comes up w/ something more workable.

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