cmake --build . --target install [-- <options to the native tool>]. The --build option tells cmake to invoke the underlying build tool (make, ninja, ...
確定! 回上一頁