project(test-container) add_executable( ${PROJECT_NAME}_string test_sring.cpp ) target_link_libraries( ${PROJECT_NAME}_string latch_debug gtest::gtest ) gtest_discover_tests(${PROJECT_NAME}_string)