Commented out embedded sepcific module.
This commit is contained in:
parent
ae9a534c7f
commit
535dfee76e
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ if(NOT UNIT_TESTING)
|
||||||
${CMAKE_SOURCE_DIR}/inc/
|
${CMAKE_SOURCE_DIR}/inc/
|
||||||
)
|
)
|
||||||
target_link_libraries(module_name
|
target_link_libraries(module_name
|
||||||
RegEdit
|
# RegEdit
|
||||||
)
|
)
|
||||||
|
|
||||||
#These get defined in the toolchain files.
|
#These get defined in the toolchain files.
|
||||||
|
|
@ -37,6 +37,6 @@ else()
|
||||||
)
|
)
|
||||||
#Place Mocked/Regular dependencies here for unit testing.
|
#Place Mocked/Regular dependencies here for unit testing.
|
||||||
target_link_libraries(module_name
|
target_link_libraries(module_name
|
||||||
MockRegEdit
|
# MockRegEdit
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue