Initial commit

This commit is contained in:
Jaka Mohorko
2025-01-22 13:32:50 +01:00
commit 60daee2a73
24 changed files with 1084 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
add_executable(fb_application_example main.cpp)
target_link_libraries(fb_application_example PRIVATE daq::opendaq)
add_dependencies(
fb_application_example
example_module
daq::ref_device_module
daq::ref_fb_module
)