diff options
| author | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2019-11-27 01:35:15 -0500 |
|---|---|---|
| committer | Michael Hirsch, Ph.D <10931741+scivision@users.noreply.github.com> | 2019-12-09 11:15:58 -0500 |
| commit | 98fd4e5557cb21affd2e2c124a132953b471a748 (patch) | |
| tree | b350f0499b18795c89378790074a790488a3c351 /test cases/frameworks/1 boost | |
| parent | 419a7a8f51fb68cdd40f7005394590a0963d3f32 (diff) | |
| download | meson-98fd4e5557cb21affd2e2c124a132953b471a748.tar.gz | |
cmake: add project language to cmakelists.txt
cmake: get language from Meson project if not specified as depedency(..., langugage: ...)
deps: add threads method:cmake
dependency('threads', method: 'cmake') is useful for cmake unit tests
or those who just want to find threads using cmake.
cmake: project(... Fortran) generally also requires C language
Diffstat (limited to 'test cases/frameworks/1 boost')
| -rw-r--r-- | test cases/frameworks/1 boost/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/frameworks/1 boost/meson.build b/test cases/frameworks/1 boost/meson.build index 8f45dc7fe..4526c300c 100644 --- a/test cases/frameworks/1 boost/meson.build +++ b/test cases/frameworks/1 boost/meson.build @@ -1,3 +1,4 @@ +# this test requires the following on Ubuntu: libboost-{system,python,log,thread,test}-dev project('boosttest', 'cpp', default_options : ['cpp_std=c++11']) |
