Adds some macros used for mocking. Complementary library for bdd-for-c.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
147 B

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