We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a648d commit 241e09eCopy full SHA for 241e09e
main/CMakeLists.txt
@@ -136,6 +136,7 @@ add_dependencies(rootcint rootcint)
136
if (TARGET Gui)
137
ROOT_EXECUTABLE(rootbrowse src/rootbrowse.cxx LIBRARIES RIO Core Rint Gui)
138
endif()
139
+ROOT_EXECUTABLE(rootcp_cxx src/rootcp.cxx LIBRARIES RIO Tree Core Rint)
140
ROOT_EXECUTABLE(rootls src/rootls.cxx LIBRARIES RIO Tree Core Rint ROOTNTuple)
141
142
ROOT_ADD_TEST_SUBDIRECTORY(test)
0 commit comments