Skip to content

Commit e0966e0

Browse files
committed
Sync with upstream: ext/uri
1 parent 76deff8 commit e0966e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/ext/uri/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ target_sources(
3232
php_uri.stub.php
3333
uriparser/src/UriCommon.c
3434
uriparser/src/UriCompare.c
35+
uriparser/src/UriCopy.c
3536
uriparser/src/UriEscape.c
3637
uriparser/src/UriFile.c
3738
uriparser/src/UriIp4.c
@@ -59,8 +60,10 @@ target_sources(
5960
uriparser/include/uriparser/UriIp4.h
6061
uriparser/src/UriCommon.h
6162
uriparser/src/UriConfig.h
63+
uriparser/src/UriCopy.h
6264
uriparser/src/UriIp4Base.h
6365
uriparser/src/UriMemory.h
66+
uriparser/src/UriNormalize.h
6467
uriparser/src/UriNormalizeBase.h
6568
uriparser/src/UriParseBase.h
6669
)

0 commit comments

Comments
 (0)