Skip to content

Commit

Permalink
JCF: take advantage of the change to daq_oks_codegen described in DUN…
Browse files Browse the repository at this point in the history
  • Loading branch information
John Freeman committed Aug 29, 2023
1 parent 4b1b15e commit 11ba879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ find_package(oksdbinterfaces REQUIRED)

daq_oks_codegen(core.schema.xml)

daq_add_library(algorithms.cpp disabled-components.cpp test_circular_dependency.cpp LINK_LIBRARIES oksdbinterfaces::oksdbinterfaces okssystem::okssystem logging::logging dal_oks)
daq_add_library(algorithms.cpp disabled-components.cpp test_circular_dependency.cpp LINK_LIBRARIES oksdbinterfaces::oksdbinterfaces okssystem::okssystem logging::logging)

daq_add_python_bindings(*.cpp LINK_LIBRARIES dal)

Expand Down

0 comments on commit 11ba879

Please sign in to comment.