Skip to content

Commit abd21fc

Browse files
authored
cmake : add missed dependencies (#3763)
1 parent 2b4ea35 commit abd21fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/main-cmake-pkg/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ add_library(common OBJECT
1616
${_common_path}/console.cpp
1717
${_common_path}/grammar-parser.h
1818
${_common_path}/grammar-parser.cpp
19+
${_common_path}/sampling.h
20+
${_common_path}/sampling.cpp
1921
)
2022

2123
# WARNING: because build-info.h is auto-generated, it will only

0 commit comments

Comments
 (0)