Meson build #435
Replies: 5 comments
-
Hey @jwellbelove, what OS are you using, and how have you installed UnitTest++? On MacOS with unittest-cpp installed from homebrew, there is a pkgconfig file so it "just works". |
Beta Was this translation helpful? Give feedback.
-
I'm using Ubuntu under WSL. |
Beta Was this translation helpful? Give feedback.
-
OK, fixed it. |
Beta Was this translation helpful? Give feedback.
-
@phillipjohnston hotfix/skorokhod-meson_tests_fix |
Beta Was this translation helpful? Give feedback.
-
The changes look good to me and I think are a good build improvement overall.
Cheers,
Phillip
… On Oct 23, 2021, at 11:37, John Wellbelove ***@***.***> wrote:
@phillipjohnston
I have a pull request to change the meson build files.
As you use meson, could I ask you to give it a quick look to see if the changes makes sense to you?
hotfix/skorokhod-meson_tests_fix
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
-
@phillipjohnston
I was playing around with using meson for the first time, but I am having an issue with the UnitTest++ dependency.
Running meson I get...
Build-time dependency unittest++ found: NO (tried pkgconfig and cmake)
Any ideas on how to get around this?
Beta Was this translation helpful? Give feedback.
All reactions