From a0433149025f44ba2e013b123cc6161a147f93b6 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Mon, 9 Aug 2021 22:28:49 +0200 Subject: [PATCH] build the plugin --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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)