Parcourir la source

build the plugin

Sven Czarnian il y a 3 ans
Parent
commit
a043314902
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      CMakeLists.txt

+ 2 - 0
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)