cmake_minimum_required(VERSION 3.15) project(sample CXX) enable_testing() find_package(GTest REQUIRED) add_executable(test1 test.cpp ...
確定! 回上一頁