Skip to content

Commit

Permalink
Merge pull request #60 from LDMX-Software/iss56
Browse files Browse the repository at this point in the history
Iss56 - Split PFtool into multiple TUs
  • Loading branch information
tomeichlersmith authored Apr 11, 2022
2 parents ef160e7 + 6fb7bcf commit 68ca43d
Show file tree
Hide file tree
Showing 17 changed files with 1,568 additions and 1,425 deletions.
12 changes: 11 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,17 @@ target_include_directories(pflib PUBLIC
"$<INSTALL_INTERFACE:include>")
target_link_libraries(pflib PUBLIC yaml-cpp)

add_executable(pftool tool/pftool.cc tool/Menu.cc tool/Rcfile.cc)
add_executable(pftool
tool/pftool.cc
tool/Menu.cc
tool/Rcfile.cc
tool/pftool_tasks.cc
tool/pftool_roc.cc
tool/pftool_daq.cc
tool/pftool_expert.cc
tool/pftool_elinks.cc
tool/pftool_fastcontrol.cc
tool/pftool_bias.cc)
target_link_libraries(pftool PRIVATE pflib readline)

# don't install test-menu executable! just for Menu developments
Expand Down
Loading

0 comments on commit 68ca43d

Please sign in to comment.