We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8d8d0 commit 0fdab21Copy full SHA for 0fdab21
system/libuv/CMakeLists.txt
@@ -146,7 +146,17 @@ if(CONFIG_LIBUV)
146
target_sources(libuv PRIVATE ${SRCS})
147
target_include_directories(libuv PRIVATE ${INCDIR})
148
target_compile_options(libuv PRIVATE ${CFLAGS})
149
- nuttx_export_header(TARGET libuv INCLUDE_DIRECTORIES ${EXPORT_INCDIR})
+
150
+ # Global FLAG
151
+ set_property(
152
+ TARGET nuttx
153
+ APPEND
154
+ PROPERTY NUTTX_COMPILE_OPTIONS
155
+ -DUV_HANDLE_BACKTRACE=CONFIG_LIBUV_HANDLE_BACKTRACE)
156
157
158
159
+ PROPERTY NUTTX_INCLUDE_DIRECTORIES ${EXPORT_INCDIR})
160
161
# ############################################################################
162
# Applications Configuration
0 commit comments