We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76deff8 commit e0966e0Copy full SHA for e0966e0
cmake/ext/uri/CMakeLists.txt
@@ -32,6 +32,7 @@ target_sources(
32
php_uri.stub.php
33
uriparser/src/UriCommon.c
34
uriparser/src/UriCompare.c
35
+ uriparser/src/UriCopy.c
36
uriparser/src/UriEscape.c
37
uriparser/src/UriFile.c
38
uriparser/src/UriIp4.c
@@ -59,8 +60,10 @@ target_sources(
59
60
uriparser/include/uriparser/UriIp4.h
61
uriparser/src/UriCommon.h
62
uriparser/src/UriConfig.h
63
+ uriparser/src/UriCopy.h
64
uriparser/src/UriIp4Base.h
65
uriparser/src/UriMemory.h
66
+ uriparser/src/UriNormalize.h
67
uriparser/src/UriNormalizeBase.h
68
uriparser/src/UriParseBase.h
69
)
0 commit comments