Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 3 additions & 18 deletions src/hdtv/rootext/mfile-root/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ project(mfile-root LANGUAGES C CXX)
set(SOURCES
MatOp.cc
MFileHist.cc
MFileRoot.cc
VMatrix.cc
matop/matop_adjust.c
matop/matop_conv.c
matop/matop_project.c
mfile/src/callindir.c
mfile/src/converters.c
mfile/src/disk_access.c
Expand Down Expand Up @@ -39,15 +35,7 @@ set(SOURCES
mfile/src/txt_getput.c
mfile/src/txt_minfo.c)

set(HEADERS
MatOp.hh
MFileHist.hh
MFileRoot.hh
VMatrix.hh
matop/matop.h
matop/matop_adjust.h
matop/matop_conv.h
matop/matop_project.h)
set(HEADERS MatOp.hh MFileHist.hh VMatrix.hh)

find_package(ROOT REQUIRED COMPONENTS Core Hist)
message(STATUS "ROOT Version ${ROOT_VERSION} found in ${ROOT_root_CMD}")
Expand Down Expand Up @@ -78,11 +66,8 @@ set_target_properties(
"${CMAKE_CURRENT_BINARY_DIR}/lib${PROJECT_NAME}.rootmap;${CMAKE_CURRENT_BINARY_DIR}/lib${PROJECT_NAME}_rdict.pcm"
)
target_include_directories(
${PROJECT_NAME}
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/matop
${CMAKE_CURRENT_SOURCE_DIR}/mfile/include
${CMAKE_CURRENT_SOURCE_DIR}/mfile/src)
${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/mfile/include
${CMAKE_CURRENT_SOURCE_DIR}/mfile/src)
target_link_libraries(${PROJECT_NAME} ROOT::Core ROOT::Hist)

# For mfile
Expand Down
43 changes: 0 additions & 43 deletions src/hdtv/rootext/mfile-root/MFileRoot.cc

This file was deleted.

43 changes: 0 additions & 43 deletions src/hdtv/rootext/mfile-root/MFileRoot.hh

This file was deleted.

Loading
Loading