Skip to content
Snippets Groups Projects
Verified Commit f0405a6c authored by Dorian Stoll's avatar Dorian Stoll
Browse files

rodinia-srad: c: Use a C compiler

parent 7f34feee
No related branches found
No related tags found
No related merge requests found
cc = meson.get_compiler('c')
sources = [ sources = [
'srad.cpp', 'srad.c',
] ]
dependencies = [ dependencies = [
dependency('openmp'), dependency('openmp'),
cc.find_library('m'),
] ]
options = [ options = [
......
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