build the plugin

This commit is contained in:
Sven Czarnian
2021-08-09 22:28:49 +02:00
parent 40fa70186b
commit a043314902

View File

@@ -61,3 +61,5 @@ FIND_PACKAGE(EuroScope REQUIRED)
IF(NOT EuroScope_FOUND) IF(NOT EuroScope_FOUND)
MESSAGE(FATAL_ERROR "Unablet to build without EuroScope and the EuroScope-SDK") MESSAGE(FATAL_ERROR "Unablet to build without EuroScope and the EuroScope-SDK")
ENDIF() ENDIF()
ADD_SUBDIRECTORY(src)