Forráskód Böngészése

cmake : add missed dependencies (#3763)

John Smith 2 éve
szülő
commit
abd21fc99f
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      examples/main-cmake-pkg/CMakeLists.txt

+ 2 - 0
examples/main-cmake-pkg/CMakeLists.txt

@@ -16,6 +16,8 @@ add_library(common OBJECT
     ${_common_path}/console.cpp
     ${_common_path}/console.cpp
     ${_common_path}/grammar-parser.h
     ${_common_path}/grammar-parser.h
     ${_common_path}/grammar-parser.cpp
     ${_common_path}/grammar-parser.cpp
+    ${_common_path}/sampling.h
+    ${_common_path}/sampling.cpp
     )
     )
 
 
 # WARNING: because build-info.h is auto-generated, it will only
 # WARNING: because build-info.h is auto-generated, it will only