add_executable(gtest_tuple gtest_tuple.cpp) target_link_libraries(gtest_tuple tuple gtest) include(GoogleTest) gtest_discover_tests(gtest_tuple)