configure a header file to pass some of the CMake settings # to the source code project( hello ) set (hello_VERSION_MAJOR 1) set (hello_VERSION_MINOR 0) ...
確定! 回上一頁