bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 16 Jan 2019 22:48:48 +0100
changeset 14617 244699a97734
parent 13384 cf8abedaa878
permissions -rw-r--r--
Make passive teams no longer mess with game stats

if(WIN32 AND NOT UNIX)
    install(DIRECTORY .
        DESTINATION ${target_library_install_dir}
		FILES_MATCHING PATTERN "*.dll" PATTERN "*.ico" 
		)
endif(WIN32 AND NOT UNIX)