Audio added to firmware, Website File handling
This commit is contained in:
5
firmware/libs/event_mgmt/CMakeLists.txt
Normal file
5
firmware/libs/event_mgmt/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
if(CONFIG_EVENT_MGMT)
|
||||
zephyr_library()
|
||||
zephyr_library_sources(src/event_mgmt.c)
|
||||
zephyr_include_directories(include)
|
||||
endif()
|
||||
Reference in New Issue
Block a user