umock-c icon indicating copy to clipboard operation
umock-c copied to clipboard

Where is umock_cFunctions.cmake ?

Open jiapei100 opened this issue 3 years ago • 1 comments

include("${CMAKE_CURRENT_LIST_DIR}/umock_cTargets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/umock_cFunctions.cmake")

jiapei100 avatar Jul 17 '22 16:07 jiapei100

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?

image

dcristoloveanu avatar Jul 18 '22 05:07 dcristoloveanu