Skip to content

Commit

Permalink
Fix CMake install (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire authored Oct 19, 2023
1 parent f077134 commit 440101d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 268 deletions.
7 changes: 5 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ set(HEADERS
cpprealm/internal/bridge/binary.hpp
cpprealm/internal/bridge/col_key.hpp
cpprealm/internal/bridge/decimal128.hpp
cpprealm/internal/bridge/dictionary.hpp
cpprealm/internal/bridge/list.hpp
cpprealm/internal/bridge/lnklst.hpp
cpprealm/internal/bridge/mixed.hpp
Expand All @@ -118,20 +119,22 @@ set(HEADERS
cpprealm/internal/bridge/uuid.hpp
cpprealm/internal/generic_network_transport.hpp
cpprealm/internal/type_info.hpp
cpprealm/logger.hpp
cpprealm/notifications.hpp
cpprealm/object.hpp
cpprealm/persisted.hpp
cpprealm/rbool.hpp
cpprealm/scheduler.hpp
cpprealm/schema.hpp
cpprealm/task.hpp
cpprealm/thread_safe_reference.hpp
cpprealm/sdk.hpp
cpprealm/alpha_support.hpp) # REALM_INSTALL_HEADERS

if(ENABLE_ALPHA_SDK)
list(APPEND HEADERS
cpprealm/db.hpp
cpprealm/persisted.hpp
cpprealm/persisted_binary.hpp
cpprealm/persisted_bool.hpp
cpprealm/persisted_decimal128.hpp
cpprealm/persisted_double.hpp
cpprealm/persisted_embedded.hpp
Expand Down
1 change: 0 additions & 1 deletion src/cpprealm/db.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <cpprealm/logger.hpp>
#include <cpprealm/results.hpp>
#include <cpprealm/scheduler.hpp>
#include <cpprealm/task.hpp>
#include <cpprealm/thread_safe_reference.hpp>
#include <utility>

Expand Down
265 changes: 0 additions & 265 deletions src/cpprealm/task.hpp

This file was deleted.

0 comments on commit 440101d

Please sign in to comment.