cmake refactor

This commit is contained in:
hathach
2023-06-02 11:42:17 +07:00
parent ba3d71b615
commit e7090c7514
12 changed files with 112 additions and 197 deletions

View File

@@ -96,3 +96,7 @@ endif()
target_link_libraries(${TINYUSB_TARGET} PUBLIC
${TINYUSB_CONFIG_TARGET}
)
# export target name
# set(TINYUSB_TARGET ${TINYUSB_TARGET} PARENT_SCOPE)
# set(TINYUSB_CONFIG_TARGET ${TINYUSB_CONFIG_TARGET} PARENT_SCOPE)