Commented out embedded sepcific module.

This commit is contained in:
Jake Goodwin 2026-07-20 19:35:53 -07:00
parent ae9a534c7f
commit 535dfee76e

View file

@ -12,7 +12,7 @@ if(NOT UNIT_TESTING)
${CMAKE_SOURCE_DIR}/inc/
)
target_link_libraries(module_name
RegEdit
# RegEdit
)
#These get defined in the toolchain files.
@ -37,6 +37,6 @@ else()
)
#Place Mocked/Regular dependencies here for unit testing.
target_link_libraries(module_name
MockRegEdit
# MockRegEdit
)
endif()