5 lines
129 B
CMake
5 lines
129 B
CMake
if(CONFIG_EVENT_MGMT)
|
|
zephyr_library()
|
|
zephyr_library_sources(src/event_mgmt.c)
|
|
zephyr_include_directories(include)
|
|
endif() |