bin/CMakeLists.txt
author Wuzzy <Wuzzy@disroot.org>
Wed, 28 Jun 2023 17:06:22 +0200
changeset 15996 605697b8947a
parent 13384 cf8abedaa878
permissions -rw-r--r--
CS: Remove hog switch arrows on continent phase if switching gameflag is used

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