Files
Jaka Mohorko 60daee2a73 Initial commit
2025-01-22 14:36:53 +01:00

11 lines
245 B
CMake

set(CMAKE_FOLDER external)
list(APPEND CMAKE_MESSAGE_CONTEXT external)
if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
message(FATAL_ERROR "In-source build is not supported!")
endif()
include(FetchContent)
add_subdirectory(openDAQ)