Lines Matching refs:APPEND
24 list(APPEND LIBCXXABI_SOURCES stdlib_new_delete.cpp)
28 list(APPEND LIBCXXABI_SOURCES cxa_exception.cpp)
29 list(APPEND LIBCXXABI_SOURCES cxa_personality.cpp)
31 list(APPEND LIBCXXABI_SOURCES cxa_noexception.cpp)
35 list(APPEND LIBCXXABI_SOURCES cxa_thread_atexit.cpp)
65 list(APPEND LIBCXXABI_SHARED_LIBRARIES unwind_shared)
67 list(APPEND LIBCXXABI_SHARED_LIBRARIES unwind_static)
69 list(APPEND LIBCXXABI_SHARED_LIBRARIES unwind)
72 list(APPEND LIBCXXABI_STATIC_LIBRARIES unwind_shared)
76 list(APPEND LIBCXXABI_STATIC_LIBRARIES unwind)
83 list(APPEND LIBCXXABI_LIBRARIES ${MINGW_LIBRARIES})
93 list(APPEND LIBCXXABI_COMPILE_FLAGS "-U__STRICT_ANSI__")
94 list(APPEND LIBCXXABI_SHARED_LINK_FLAGS
98 list(APPEND LIBCXXABI_LINK_FLAGS
101 list(APPEND LIBCXXABI_SHARED_LINK_FLAGS
182 list(APPEND LIBCXXABI_BUILD_TARGETS "cxxabi_shared")
184 list(APPEND LIBCXXABI_INSTALL_TARGETS "cxxabi_shared")
193 list(APPEND cxxabi_static_sources $<TARGET_OBJECTS:unwind_objects>)
212 list(APPEND LIBCXXABI_BUILD_TARGETS "cxxabi_static")
214 list(APPEND LIBCXXABI_INSTALL_TARGETS "cxxabi_static")