Files
cpp-project-template/third_party/prometheus/cmake/googletest.imp

7 lines
288 B
Plaintext
Raw Normal View History

2025-08-22 18:22:57 +08:00
[
{ include: [ "@<gmock/.*>", private, "<gmock/gmock.h>", public ] },
{ include: [ "@<gtest/.*>", private, "<gtest/gtest.h>", public ] },
{ include: [ "@<bits/chrono.h>", private, "<chrono>", public ]},
{ include: [ "@<bits/this_thread_sleep.h>", private, "<thread>", public ]}
]