Example. CMake 3.0. enable_testing() find_package(GTest REQUIRED) include_directories(${GTEST_INCLUDE_DIRS}) add_executable(foo foo.cc) ...
確定! 回上一頁