Alexey Rochev
ba6f11f751
meson: automatically add PSL_STATIC define when building Windows static library
2022-01-13 01:54:38 +03:00
Alexey Rochev
02c8476071
Use C++ linker when building with libicu
...
ICU is a C++ library, event though it has C interface.
Therefore we have to use C++ linker when linking with it.
2022-01-07 01:12:17 +03:00
Xavier Claessens
ed5f23d69a
Meson: Fix srcdir pointing to root source dir instead of current subdir
2018-12-08 12:49:20 -05:00
Xavier Claessens
81a793346e
Meson: Fix fuzz test names
2018-12-08 10:11:17 -05:00
Xavier Claessens
13bf8e102e
Meson: Fix link of fuzzer tests
...
libicu is an internal dependency of libpsl, so if an executable
uses libicu directly, linking on libpsl is not enough, it must also
link on libicu.
Closes : #115
2018-12-08 08:12:17 -05:00
Xavier Claessens
77c10beab7
Add initial Meson build system
2018-12-07 09:54:20 -05:00