libcxx/CMakeLists.txt
zhoujing 24fc9897d4 Update to 17.0.6
1. Add libcxxabi and libunwind and build together
2. Add runtime packae due to depend on runtimes/cmake/Modules
3. Add standalone.patch
2024-01-05 14:30:33 +08:00

5 lines
147 B
CMake

cmake_minimum_required(VERSION 3.13.4)
project(Runtimes C CXX ASM)
add_subdirectory(libcxxabi)
add_subdirectory(libcxx)
add_subdirectory(libunwind)