bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 19 Sep 2018 09:45:45 +0200
changeset 13797 5d46b4fae757
parent 13389 cf8abedaa878
permissions -rw-r--r--
Ignore gmTimer after attack or hog is no longer controlled You were able to set the timer after you threw a grenade

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