Skip to content

Commit

Permalink
fix: show headers in qtc6
Browse files Browse the repository at this point in the history
  • Loading branch information
Montel committed Sep 20, 2024
1 parent 032364e commit 2bba4aa
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/treesitter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,19 @@

project(knut-treesitter LANGUAGES CXX)

set(PROJECT_SOURCES node.cpp parser.cpp predicates.cpp query.cpp tree.cpp
tree_cursor.cpp)
set(PROJECT_SOURCES
node.cpp
parser.cpp
predicates.cpp
query.cpp
tree.cpp
tree_cursor.cpp
node.h
parser.h
predicates.h
query.h
tree.h
tree_cursor.h)

add_library(${PROJECT_NAME} STATIC ${PROJECT_SOURCES})
target_link_libraries(
Expand Down

0 comments on commit 2bba4aa

Please sign in to comment.