diff --git a/setup.sh b/setup.sh index 3458b9f..80a9090 100755 --- a/setup.sh +++ b/setup.sh @@ -24,5 +24,10 @@ create_project_symlinks () { ln -s ./build/compile_commands.json ./compile_commands.json } - - +build_cmocka () { + cd './cmake/cmocka-1.1.7/' + touch build + cd ./build + make + #TODO: finish this function +}