diff --git a/usermodule/micropython.cmake b/usermodule/micropython.cmake index 275176c306b822af5987e83aa34ff93ce0a74fc8..0be5f99f6750ba43e734f2aea2f042bb4f5aca7e 100644 --- a/usermodule/micropython.cmake +++ b/usermodule/micropython.cmake @@ -15,3 +15,8 @@ target_include_directories(usermod_badge23 INTERFACE ) target_link_libraries(usermod INTERFACE usermod_badge23) + + + +#Also add uctx as a usermodule +include(${CMAKE_CURRENT_LIST_DIR}/uctx/uctx/micropython.cmake)