updated ADC module to use the toolchain vars.
This commit is contained in:
parent
d1891143e3
commit
42465b22f4
1 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,12 @@ if(NOT UNIT_TESTING)
|
|||
target_link_libraries(ADC
|
||||
RegEdit
|
||||
)
|
||||
|
||||
target_compile_options(ADC PUBLIC
|
||||
${OBJECT_GEN_FLAGS}
|
||||
${C_FLAGS_ARCH}
|
||||
)
|
||||
|
||||
else()
|
||||
target_include_directories(ADC PUBLIC
|
||||
${CMAKE_CURRENT_LIST_DIR}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue