Changeset 19792 for trunk/FACT++


Ignore:
Timestamp:
10/25/19 20:21:21 (5 years ago)
Author:
tbretz
Message:
This is a new general purpose tool similar to the root2sql which allows to write csv (ascii) files including aliases, a selector and the use of formulas
Location:
trunk/FACT++
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/CMakeLists.txt

    r19791 r19792  
    249249IF (NOT TOOLS_ONLY AND NOT VIEWER_ONLY)
    250250#   SET(ROOT_CONFIG_DEBUG 1)
    251    FIND_PACKAGE(ROOT OPTIONAL_COMPONENTS GQt)
     251   FIND_PACKAGE(ROOT OPTIONAL_COMPONENTS GQt TreePlayer )
    252252ENDIF()
    253253
     
    603603MANPAGE(root2sql "FACT++ - root2sql - Fill contents of a root-tree into a MySQL database")
    604604
     605ADD_EXECUTABLE(root2csv src/root2csv.cc)
     606TARGET_LINK_LIBRARIES(root2csv ${HELP++LIBS} ${ROOT_LIBRARIES})
     607MANPAGE(root2csv "FACT++ - root2csv - Convert a root-tree to a csv file")
     608
    605609ADD_EXECUTABLE(fits2sql src/fits2sql.cc)
    606610TARGET_LINK_LIBRARIES(fits2sql ${HELP++LIBS}  ZLIB::ZLIB)
     
    10111015INSTALL(TARGETS  fits2sql       DESTINATION "${CMAKE_INSTALL_BINDIR}")
    10121016INSTALL(TARGETS  root2sql       DESTINATION "${CMAKE_INSTALL_BINDIR}")
     1017INSTALL(TARGETS  root2csv       DESTINATION "${CMAKE_INSTALL_BINDIR}")
    10131018INSTALL(TARGETS  fitsdump       DESTINATION "${CMAKE_INSTALL_BINDIR}")
    10141019INSTALL(TARGETS  zfits          DESTINATION "${CMAKE_INSTALL_BINDIR}")
Note: See TracChangeset for help on using the changeset viewer.