Update application with module path

This commit is contained in:
Jaka Mohorko
2025-07-07 10:52:35 +02:00
parent c82fd26a2e
commit 467880e95c
2 changed files with 4 additions and 1 deletions

View File

@@ -32,6 +32,9 @@ if(OPENDAQ_FB_EXAMPLE_ENABLE_APP)
endif()
add_subdirectory(external)
find_package(openDAQ)
add_compile_definitions(MODULE_PATH="${OPENDAQ_MODULES_DIR}")
add_subdirectory(example_module)
if(OPENDAQ_FB_EXAMPLE_ENABLE_APP)