Skip to content
Snippets Groups Projects
Commit 1e61ffd7 authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Get libm only once

parent bb59c0e9
No related branches found
No related tags found
No related merge requests found
cc = meson.get_compiler('c')
libm = cc.find_library('m')
executable('pi', 'pi.c', dependencies: [openmp_dep, libm])
executable('simd', 'simd.c', dependencies: openmp_dep)
executable('taylor', 'taylor.c', dependencies: openmp_dep)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment