umock-c
umock-c copied to clipboard
Where is umock_cFunctions.cmake ?
include("${CMAKE_CURRENT_LIST_DIR}/umock_cTargets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/umock_cFunctions.cmake")
The cfunctions.cmake has been removed in 2021. The reason is that umock_c has switched to using build_test_artifacts to add the test suites rather than using its own internal umockc_build_test_artifacts.
Can you let me know what is not working for you because of the missing umock_cFunctions.cmake?
