Explorar el Código

build the plugin

Sven Czarnian hace 3 años
padre
commit
a043314902
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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)