Skip to content

Commit cf19375

Browse files
committed
[main] Rewrite rootcp in C++
1 parent 9d12c17 commit cf19375

File tree

3 files changed

+411
-1
lines changed

3 files changed

+411
-1
lines changed

main/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ add_dependencies(rootcint rootcint)
136136
if (TARGET Gui)
137137
ROOT_EXECUTABLE(rootbrowse src/rootbrowse.cxx LIBRARIES RIO Core Rint Gui)
138138
endif()
139+
ROOT_EXECUTABLE(rootcp_cxx src/rootcp.cxx LIBRARIES RIO Tree Core Rint)
139140
ROOT_EXECUTABLE(rootls src/rootls.cxx LIBRARIES RIO Tree Core Rint ROOTNTuple)
140141

141142
ROOT_ADD_TEST_SUBDIRECTORY(test)

0 commit comments

Comments
 (0)