... add_executable(test test.cpp) target_link_libraries(test ${GTEST_LIBRARIES} ${GTEST_MAIN_LIBRARIES} ) gtest_discover_tests(test).
確定! 回上一頁