mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-29 15:05:50 +00:00
Add markers around source lists
This commit is contained in:
@@ -75,6 +75,7 @@ add_library(xrpl::libxrpl ALIAS libxrpl)
|
|||||||
beast/legacy FILES:
|
beast/legacy FILES:
|
||||||
TODO: review these sources for removal or replacement
|
TODO: review these sources for removal or replacement
|
||||||
#]===============================]
|
#]===============================]
|
||||||
|
# BEGIN LIBXRPL SOURCES
|
||||||
target_sources (xrpl_core PRIVATE
|
target_sources (xrpl_core PRIVATE
|
||||||
src/ripple/beast/clock/basic_seconds_clock.cpp
|
src/ripple/beast/clock/basic_seconds_clock.cpp
|
||||||
src/ripple/beast/core/CurrentThreadName.cpp
|
src/ripple/beast/core/CurrentThreadName.cpp
|
||||||
@@ -204,6 +205,7 @@ target_sources (xrpl_core PRIVATE
|
|||||||
src/ripple/crypto/impl/RFC1751.cpp
|
src/ripple/crypto/impl/RFC1751.cpp
|
||||||
src/ripple/crypto/impl/csprng.cpp
|
src/ripple/crypto/impl/csprng.cpp
|
||||||
src/ripple/crypto/impl/secure_erase.cpp)
|
src/ripple/crypto/impl/secure_erase.cpp)
|
||||||
|
# END LIBXRPL SOURCES
|
||||||
|
|
||||||
add_library (Ripple::xrpl_core ALIAS xrpl_core)
|
add_library (Ripple::xrpl_core ALIAS xrpl_core)
|
||||||
target_include_directories (xrpl_core
|
target_include_directories (xrpl_core
|
||||||
@@ -235,6 +237,7 @@ target_link_libraries (xrpl_core
|
|||||||
#[=================================[
|
#[=================================[
|
||||||
main/core headers installation
|
main/core headers installation
|
||||||
#]=================================]
|
#]=================================]
|
||||||
|
# BEGIN LIBXRPL HEADERS
|
||||||
install (
|
install (
|
||||||
FILES
|
FILES
|
||||||
src/ripple/basics/Archive.h
|
src/ripple/basics/Archive.h
|
||||||
@@ -495,6 +498,7 @@ install (
|
|||||||
src/ripple/beast/utility/Zero.h
|
src/ripple/beast/utility/Zero.h
|
||||||
src/ripple/beast/utility/rngfill.h
|
src/ripple/beast/utility/rngfill.h
|
||||||
DESTINATION include/ripple/beast/utility)
|
DESTINATION include/ripple/beast/utility)
|
||||||
|
# END LIBXRPL HEADERS
|
||||||
#[===================================================================[
|
#[===================================================================[
|
||||||
rippled executable
|
rippled executable
|
||||||
#]===================================================================]
|
#]===================================================================]
|
||||||
@@ -511,6 +515,7 @@ endif ()
|
|||||||
if (tests)
|
if (tests)
|
||||||
target_compile_definitions(rippled PUBLIC ENABLE_TESTS)
|
target_compile_definitions(rippled PUBLIC ENABLE_TESTS)
|
||||||
endif()
|
endif()
|
||||||
|
# BEGIN XRPLD SOURCES
|
||||||
target_sources (rippled PRIVATE
|
target_sources (rippled PRIVATE
|
||||||
#[===============================[
|
#[===============================[
|
||||||
main sources:
|
main sources:
|
||||||
@@ -860,6 +865,7 @@ target_sources (rippled PRIVATE
|
|||||||
src/ripple/shamap/impl/SHAMapSync.cpp
|
src/ripple/shamap/impl/SHAMapSync.cpp
|
||||||
src/ripple/shamap/impl/SHAMapTreeNode.cpp
|
src/ripple/shamap/impl/SHAMapTreeNode.cpp
|
||||||
src/ripple/shamap/impl/ShardFamily.cpp)
|
src/ripple/shamap/impl/ShardFamily.cpp)
|
||||||
|
# END XRPLD SOURCES
|
||||||
|
|
||||||
#[===============================[
|
#[===============================[
|
||||||
test sources:
|
test sources:
|
||||||
|
|||||||
Reference in New Issue
Block a user