bin/CMakeLists.txt
author unc0rr
Sun, 16 Dec 2018 00:12:29 +0100
changeset 14478 98ef2913ec73
parent 13384 cf8abedaa878
permissions -rw-r--r--
Apply rustfmt to all files

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