소스 검색

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)