zeek/auxil/prometheus-cpp/cmake/googletest.imp
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

7 lines
288 B
Plaintext

[
{ 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 ]}
]