Skip to content

Commit

Permalink
Add missing install headers (#7165)
Browse files Browse the repository at this point in the history
* add missing install headers

* validate installed headers on PR triggers
  • Loading branch information
ironage authored Nov 24, 2023
1 parent 29f2454 commit 8f55f1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,7 @@ tasks:
- name: validate-installed-headers
exec_timeout_secs: 1800
tags: [ "for_pull_requests" ]
commands:
- func: "fetch source"
- func: "fetch binaries"
Expand Down
12 changes: 6 additions & 6 deletions src/realm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@ set(REALM_INSTALL_HEADERS
util/base64.hpp
util/basic_system_errors.hpp
util/bind_ptr.hpp
util/bson/bson.hpp
util/bson/indexed_map.hpp
util/bson/max_key.hpp
util/bson/min_key.hpp
util/bson/mongo_timestamp.hpp
util/bson/regular_expression.hpp
util/buffer.hpp
util/buffer_stream.hpp
util/cf_ptr.hpp
Expand Down Expand Up @@ -273,12 +279,6 @@ set(REALM_NOINST_HEADERS
util/timestamp_formatter.hpp
util/timestamp_logger.hpp
util/value_reset_guard.hpp
util/bson/bson.hpp
util/bson/min_key.hpp
util/bson/max_key.hpp
util/bson/regular_expression.hpp
util/bson/indexed_map.hpp
util/bson/mongo_timestamp.hpp
) # REALM_NOINST_HEADERS

if(NOT MSVC)
Expand Down

0 comments on commit 8f55f1c

Please sign in to comment.