bin/CMakeLists.txt
author nemo
Sun, 04 Dec 2011 15:21:50 -0500
changeset 6497 2359798a8dce
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Bind 1-5 in defaults. Missions really need the option to pick a team though, using default team if none supplied.

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