Skip to content

Commit 5ec1adf

Browse files
committed
Sync with upstream: ext/uri
1 parent df26cbb commit 5ec1adf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmake/ext/uri/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ add_library(php_ext_uri OBJECT)
2626
target_sources(
2727
php_ext_uri
2828
PRIVATE
29+
php_lexbor.c
30+
php_uri_common.c
2931
php_uri.c
3032
php_uri.stub.php
3133
uriparser/src/UriCommon.c
@@ -46,6 +48,8 @@ target_sources(
4648
PUBLIC
4749
FILE_SET HEADERS
4850
FILES
51+
php_lexbor.h
52+
php_uri_common.h
4953
php_uri.h
5054
uriparser/include/uriparser/Uri.h
5155
uriparser/include/uriparser/UriBase.h

0 commit comments

Comments
 (0)