To enable ctest , we need CMake to realize our tests executable is for tests. add_test(NAME tests COMMAND tests) enable_testing().
確定! 回上一頁