CMake Custom Command copy multiple files

前端 未结 4 1563
清歌不尽
清歌不尽 2020-12-17 09:15

I am attempting to copy multiple files using the ${CMAKE_COMMAND} -E copy format, but I was wondering if there was a way to provide a nu

4条回答
  •  一整个雨季
    2020-12-17 09:57

    Copying multiple files is available from CMake 3.5

    cmake -E copy ... 
    

    "cmake -E copy" support for multiple files

    Command-Line Tool Mode

提交回复
热议问题