bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 08 Jul 2019 22:29:20 +0200
changeset 15221 bf11546c1920
parent 13384 cf8abedaa878
permissions -rw-r--r--
Remove excessive console output of gtAirAttack

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