Changeset 19973 for trunk/FACT++


Ignore:
Timestamp:
07/26/20 20:02:42 (4 years ago)
Author:
tbretz
Message:
Added corsika2sql to the programs that get compiled.
File:
1 edited

Legend:

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

    r19972 r19973  
    675675MANPAGE(fits2sql "FACT++ - fits2sql - Fill contents of a FITS table into a MySQL database")
    676676
     677ADD_EXECUTABLE(corsika2sql src/corsika2sql.cc)
     678TARGET_LINK_LIBRARIES(corsika2sql ${HELP++LIBS})
     679MANPAGE(corsika2sql "Fills a Corsika Input Card into a SQL table")
     680
    677681ADD_EXECUTABLE(showlog src/showlog.cc src/WindowLog.cc)
    678682TARGET_LINK_LIBRARIES(showlog Threads::Threads ${HELP++LIBS} ${CURSES_LIBRARIES})
Note: See TracChangeset for help on using the changeset viewer.