Skip to content

Commit

Permalink
fix meson build
Browse files Browse the repository at this point in the history
  • Loading branch information
dolik-rce committed Oct 31, 2023
1 parent b052e11 commit da3726e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,11 @@ ctags = static_library('ctags',
'ctags/parsers/typescript.c',
'ctags/parsers/verilog.c',
'ctags/parsers/vhdl.c',
'ctags/peg/peg_common.h',
'ctags/peg/kotlin.c',
'ctags/peg/kotlin.h',
'ctags/peg/kotlin_post.h',
'ctags/peg/kotlin_pre.h',
c_args: geany_cflags + [ '-DG_LOG_DOMAIN="CTags"',
'-DEXTERNAL_PARSER_LIST_FILE="src/tagmanager/tm_parsers.h"' ],
dependencies: deps + [dep_fnmatch, dep_regex],
Expand Down
1 change: 1 addition & 0 deletions tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ ctags_tests = files([
'ctags/keyword_struct.cs.tags',
'ctags/keyword_virtual.cs.tags',
'ctags/keyword_volatile.cs.tags',
'ctags/kotlin.kt.tags',
'ctags/labels.sql.tags',
'ctags/lanus.for.tags',
'ctags/line_directives.c.tags',
Expand Down

0 comments on commit da3726e

Please sign in to comment.