mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
libcxxabi: Soft link the libcxxabi header file to nuttx/include.
Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
@@ -52,16 +52,17 @@ if(CONFIG_LIBCXXABI)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
nuttx_create_symlink(${CMAKE_CURRENT_LIST_DIR}/libcxxabi/include
|
||||
${CMAKE_BINARY_DIR}/include/libcxxabi)
|
||||
|
||||
set_property(
|
||||
TARGET nuttx
|
||||
APPEND
|
||||
PROPERTY NUTTX_CXX_INCLUDE_DIRECTORIES
|
||||
${CMAKE_CURRENT_LIST_DIR}/libcxxabi/include)
|
||||
${CMAKE_BINARY_DIR}/include/libcxxabi)
|
||||
|
||||
nuttx_add_system_library(libcxxabi)
|
||||
|
||||
set(SRCS)
|
||||
|
||||
# C++ABI files
|
||||
list(
|
||||
APPEND
|
||||
@@ -98,8 +99,6 @@ if(CONFIG_LIBCXXABI)
|
||||
add_compile_definitions(LIBCXX_BUILDING_LIBCXXABI)
|
||||
endif()
|
||||
|
||||
set(TARGET_SRCS)
|
||||
|
||||
foreach(src ${SRCS})
|
||||
string(PREPEND src libcxxabi/src/)
|
||||
list(APPEND TARGET_SRCS ${src})
|
||||
|
||||
Reference in New Issue
Block a user