project('cryptopals', 'c') executable('ex01', ['ex01/main.c', 'utils.c']) executable('ex02', ['ex02/main.c', 'utils.c'])