浏览代码

build the plugin

Sven Czarnian 3 年之前
父节点
当前提交
a043314902
共有 1 个文件被更改,包括 2 次插入0 次删除
  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)