Skip to content

Commit

Permalink
Add build order file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmogan committed Mar 28, 2024
1 parent 9f993dc commit 9ce1c4c
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions configs/fddaq/fddaq-v4.4.0/dbt-build-order.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# "build_order" lists packages in the order you'd want CMake to see
# them (via "add_subdirectory") during a simultaneous build. This is
# due to their dependencies: e.g., you'd want CMake to see
# daq-buildtools first in order to create daq-buildtoolsConfig.cmake
# so "find_package(daq-builtools)" will work for all the other
# packages, and so on. If a new package is introduced into the
# development area, the developer is encouraged to add it to its
# appropriate place in this list


set(build_order "daq-cmake"
"ers"
"erskafka"
"logging"
"opmonlib"
"cmdlib"
"rcif"
"restcmd"
"utilities"
"ipm"
"serialization"
"iomanager"
"okssystem"
"oksdbinterfaces"
"oks"
"genconfig"
"oksutils"
"dal"
"coredal"
"appdal"
"oksconfig"
"dbe"
"appfwk"
"daphnemodules"
"hermesmodules"
"daqconf"
"fddaqconf"
"nddaqconf"
"listrev"
"detdataformats"
"trgdataformats"
"daqdataformats"
"detchannelmaps"
"dfmessages"
"triggeralgs"
"timing"
"timinglibs"
"hdf5libs"
"trgtools"
"readoutlibs"
"hsilibs"
"trigger"
"readoutmodules"
"dfmodules"
"kafkaopmon"
# FD packages
"fddetdataformats"
"fdreadoutlibs"
"fdreadoutmodules"
"tpgtools"
"flxlibs"
"dqm"
"wibmod"
"sspmodules"
"uhallibs"
"rawdatautils"
"ctbmodules"
"dpdklibs"
"snbmodules"
"daqsystemtest"
# ND packages
"nddetdataformats"
"ndreadoutlibs"
"ndreadoutmodules"
"lbrulibs"
)

0 comments on commit 9ce1c4c

Please sign in to comment.