mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
test(meson): copy files in www directory (#1941)
These files were added in commits2d01e71286
andb8315278cb
This commit is contained in:
parent
4990b4b4b7
commit
7018e9263d
2 changed files with 8 additions and 1 deletions
|
@ -104,7 +104,7 @@ client_encrypted_cert_pem = custom_target(
|
|||
# Copy test files to the build directory
|
||||
configure_file(input: 'ca-bundle.crt', output: 'ca-bundle.crt', copy: true)
|
||||
configure_file(input: 'image.jpg', output: 'image.jpg', copy: true)
|
||||
subdir('www' /'dir')
|
||||
subdir('www')
|
||||
subdir('www2'/'dir')
|
||||
subdir('www3'/'dir')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue