commit | d7acddda2e3e63a6ce649f5d4b600f36d5b1d77e | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Jul 13 16:41:11 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Jul 14 13:04:50 2022 -0700 |
tree | 9fb0d87aeca76793f37b459dda24762b83a5fc20 | |
parent | 7613a5ee0c81b58bbeb22f257475a45af56a2c63 [diff] [blame] |
build: Split up features into separate libraries This makes it much more obvious when a feature is missing for a user. Change-Id: Ibb17d7ab1f185a1976a32f48933c01a252450dd1 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/include-dl/meson.build b/include-dl/meson.build new file mode 100644 index 0000000..c2a2862 --- /dev/null +++ b/include-dl/meson.build
@@ -0,0 +1,5 @@ +stdplus_headers += include_directories('.') + +install_headers( + 'stdplus/dl.hpp', + subdir: 'stdplus')