commit | aed0c185412cd180eba6e45cdd814cd22a81c172 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Jul 19 16:20:09 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Jul 19 16:21:43 2022 -0700 |
tree | 7b0ab075929adeb2717ef2cbbf121d689a03ed78 | |
parent | 953de366a53064546768bf370cb73563ca537c5f [diff] |
gtest: Fix include directory install specification Change-Id: I34bbe88f0d681581967941e7f003d0c38a18cb21 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/include-gtest/meson.build b/include-gtest/meson.build index dfba348..118b208 100644 --- a/include-gtest/meson.build +++ b/include-gtest/meson.build
@@ -2,4 +2,4 @@ install_headers( 'stdplus/gtest/tmp.hpp', - subdir: 'stdplus') + subdir: 'stdplus/gtest')