diff --git a/CMakeLists.txt b/CMakeLists.txt index 42c421b..278dbfe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,3 +61,5 @@ FIND_PACKAGE(EuroScope REQUIRED) IF(NOT EuroScope_FOUND) MESSAGE(FATAL_ERROR "Unablet to build without EuroScope and the EuroScope-SDK") ENDIF() + +ADD_SUBDIRECTORY(src)