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

Move down a directory

parent e18856a5
No related branches found
No related tags found
No related merge requests found
lib_utils = library('utils', 'utils.c') utils_lib = library('utils', 'utils.c')
utils_dep = declare_dependency(link_with: utils_lib, include_directories: '.')
...@@ -15,37 +15,4 @@ else ...@@ -15,37 +15,4 @@ else
endif endif
subdir('lib') subdir('lib')
subdir('src')
executable('add', 'add.c')
executable('add2', 'add2.c', link_with: lib_utils, include_directories: 'lib')
executable('angle', 'angle.c', dependencies: libm)
executable('binary', 'binary.c')
executable('complex', 'complex.c', dependencies: libm)
executable('einstein', 'einstein.c')
executable('fib', 'fib.c')
executable('fixed-sizeof', 'fixed-sizeof.c')
executable('fgets', 'fgets.c')
executable('gcd', 'gcd.c')
executable('getchar', 'getchar.c')
executable('kepler', 'kepler.c', dependencies: libm)
executable('next', 'next.c', dependencies: libm)
executable('parrot', 'parrot.c')
executable('sizeof', 'sizeof.c')
executable('snprintf', 'snprintf.c')
executable('strtol', 'strtol.c')
executable('taylor', 'taylor.c')
executable('world', 'world.c')
subdir('array')
subdir('hashtable')
subdir('list')
subdir('sockets')
subdir('winter')
if openmp_dep.found()
subdir('openmp')
endif
if thread_dep.found()
subdir('pthread')
endif
executable('thread-incr', 'thread-incr.c',
dependencies: thread_dep,
link_with: lib_utils,
include_directories: '../lib')
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
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