Skip to content

Commit 8eb2313

Browse files
committed
add zephyr module
1 parent 8ffe6b6 commit 8eb2313

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

bitfilled/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
if(ZEPHYR_CURRENT_MODULE_NAME)
2+
zephyr_include_directories(${CMAKE_CURRENT_LIST_DIR})
3+
return()
4+
endif()
5+
16
target_sources(${PROJECT_NAME}
27
INTERFACE
38
${CMAKE_CURRENT_SOURCE_DIR}/bitfilled.hpp

zephyr/module.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: bitfilled
2+
build:
3+
cmake: bitfilled

0 commit comments

Comments
 (0)