cmake-cmocka-template/tests/simple_test/CMakeLists.txt

8 lines
337 B
CMake
Raw Normal View History

2024-02-23 07:15:42 +00:00
# Test the logic for the PMG formating code
add_cmocka_test(simple_test
SOURCES simple_test.c
2024-02-23 07:15:42 +00:00
COMPILE_OPTIONS ${DEFAULT_C_COMPILE_FLAGS}
LINK_LIBRARIES "${CMOCKA_LIBRARIES}")
add_cmocka_test_environment(simple_test)
target_include_directories(simple_test PUBLIC "${CMOCKA_INCLUDE_DIRS}")