find_package(Catch2 REQUIRED) add_executable(tests test.cpp simple_test.cpp) target_link_libraries(tests Catch2::Catch2) include(CTest) ...
確定! 回上一頁