bin/CMakeLists.txt
author nemo
Fri, 17 Feb 2012 20:42:22 -0500
changeset 6706 c4272519b128
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Experiment. This has bugged me for a long time. Should be possible to tell a team with 1 health from a team with 0

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