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

12
external/openDAQ/CMakeLists.txt vendored Normal file
View File

@@ -0,0 +1,12 @@
set(OPENDAQ_ENABLE_TESTS false)
FetchContent_Declare(
openDAQ
GIT_REPOSITORY https://github.com/openDAQ/openDAQ.git
GIT_TAG origin/main
GIT_PROGRESS ON
SYSTEM
FIND_PACKAGE_ARGS 3.11.0 GLOBAL
)
FetchContent_MakeAvailable(openDAQ)