Merge branch 'bthomee/rename_copyright' into bthomee/rename_cmake

This commit is contained in:
Bart Thomee
2025-10-30 16:04:56 -04:00
93 changed files with 3189 additions and 2818 deletions

View File

@@ -7,7 +7,7 @@ function(xrpl_add_test name)
"${CMAKE_CURRENT_SOURCE_DIR}/${name}/*.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/${name}.cpp"
)
add_executable(${target} EXCLUDE_FROM_ALL ${ARGN} ${sources})
add_executable(${target} ${ARGN} ${sources})
isolate_headers(
${target}