... add_executable(tests CanTest.cpp) target_link_libraries(tests GTest::GTest) gtest_discover_tests(tests) Let's dissect this code line by line.
確定! 回上一頁