bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 18 Sep 2019 12:23:16 +0200
changeset 15413 ca8896b9c7c6
parent 13384 cf8abedaa878
permissions -rw-r--r--
Racer: Remove a few ammo types that could break the gameplay

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