bin/CMakeLists.txt
author alfadur
Sun, 17 May 2020 04:07:10 +0300
changeset 15569 4b2f3228f13b
parent 13384 cf8abedaa878
permissions -rw-r--r--
fix editing teams while a game is in progress

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