bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 26 Jul 2018 19:08:39 +0200
changeset 13562 0ff20bb15037
parent 13384 cf8abedaa878
permissions -rw-r--r--
TechRacer: Print selected map in debug output

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