Skip to content

Commit

Permalink
Add markers to CMake file
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Mar 25, 2024
1 parent a3fb81a commit 5104259
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Builds/CMake/RippledCore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ add_library(xrpl::libxrpl ALIAS libxrpl)
beast/legacy FILES:
TODO: review these sources for removal or replacement
#]===============================]
# BEGIN LIBXRPL SOURCES
target_sources (xrpl_core PRIVATE
src/ripple/beast/clock/basic_seconds_clock.cpp
src/ripple/beast/core/CurrentThreadName.cpp
Expand Down Expand Up @@ -173,6 +174,7 @@ target_sources (xrpl_core PRIVATE
src/ripple/crypto/impl/RFC1751.cpp
src/ripple/crypto/impl/csprng.cpp
src/ripple/crypto/impl/secure_erase.cpp)
# END LIBXRPL SOURCES

add_library (Ripple::xrpl_core ALIAS xrpl_core)
target_include_directories (xrpl_core
Expand Down Expand Up @@ -202,6 +204,7 @@ target_link_libraries (xrpl_core
#[=================================[
main/core headers installation
#]=================================]
# BEGIN LIBXRPL HEADERS
install (
FILES
src/ripple/basics/Archive.h
Expand Down Expand Up @@ -462,6 +465,7 @@ install (
src/ripple/beast/utility/Zero.h
src/ripple/beast/utility/rngfill.h
DESTINATION include/ripple/beast/utility)
# END LIBXRPL HEADERS
#[===================================================================[
rippled executable
#]===================================================================]
Expand All @@ -478,6 +482,7 @@ endif ()
if (tests)
target_compile_definitions(rippled PUBLIC ENABLE_TESTS)
endif()
# BEGIN XRPLD SOURCES
target_sources (rippled PRIVATE
#[===============================[
main sources:
Expand Down Expand Up @@ -837,6 +842,7 @@ target_sources (rippled PRIVATE
src/ripple/shamap/impl/SHAMapSync.cpp
src/ripple/shamap/impl/SHAMapTreeNode.cpp
src/ripple/shamap/impl/ShardFamily.cpp)
# END XRPLD SOURCES

#[===============================[
test sources:
Expand Down

0 comments on commit 5104259

Please sign in to comment.