Initial commit
This commit is contained in:
10
example_application/CMakeLists.txt
Normal file
10
example_application/CMakeLists.txt
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user