Skip to content

Commit

Permalink
cmake : add missed dependencies (#3763)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsidelee authored Oct 24, 2023
1 parent 2b4ea35 commit abd21fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/main-cmake-pkg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ add_library(common OBJECT
${_common_path}/console.cpp
${_common_path}/grammar-parser.h
${_common_path}/grammar-parser.cpp
${_common_path}/sampling.h
${_common_path}/sampling.cpp
)

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

0 comments on commit abd21fc

Please sign in to comment.