Skip to content
Snippets Groups Projects
Commit 47795e64 authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

Update CMakeLists.txt for net/davix

parent 422b2a68
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,18 @@ ...@@ -3,5 +3,18 @@
# @author Pere Mato, CERN # @author Pere Mato, CERN
############################################################################ ############################################################################
ROOT_ADD_CXX_FLAG(CMAKE_CXX_FLAGS -Wno-deprecated-declarations) # Davix getAllReplicas ROOT_STANDARD_LIBRARY_PACKAGE(RDAVIX
ROOT_STANDARD_LIBRARY_PACKAGE(RDAVIX LIBRARIES Davix::Davix DEPENDENCIES RIO Net) HEADERS
TDavixFile.h
TDavixSystem.h
SOURCES
TDavixFile.cxx
TDavixSystem.cxx
LIBRARIES
Davix::Davix
DEPENDENCIES
Net
RIO
)
target_compile_options(RDAVIX PRIVATE -Wno-deprecated-declarations)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment