mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
3e5ad1a138
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
9 lines
300 B
CMake
9 lines
300 B
CMake
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -D_LIBCPP_DEBUG=0") # More checks in debug build.
|
|
|
|
add_subdirectory(contrib/libcxxabi-cmake)
|
|
add_subdirectory(contrib/libcxx-cmake)
|
|
|
|
# Exception handling library is embedded into libcxxabi.
|
|
|
|
target_link_libraries(global-libs INTERFACE cxx cxxabi)
|