bin/CMakeLists.txt
author koda
Sun, 19 Sep 2010 04:12:03 +0200
changeset 3881 e570268a9d52
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
re-add City theme with the UpdateDataFolder script (and revert changes made to the flake sprite) add the check for max 6 teams

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