11 lines
187 B
CMake
Executable File
11 lines
187 B
CMake
Executable File
set(incs
|
|
extras/fixture/src
|
|
src
|
|
)
|
|
set(srcs
|
|
extras/fixture/src/unity_fixture.c
|
|
src/unity.c
|
|
)
|
|
|
|
armino_component_register(SRCS "${srcs}" INCLUDE_DIRS "${incs}" PRIV_REQUIRES bk_common)
|