cmake_minimum_required(VERSION 3.24) project(bdd_for_c_mocks) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c99 -W -Wall") include_directories(.)