2
0
mirror of https://github.com/boostorg/beast.git synced 2026-01-19 04:02:10 +00:00
Files
beast/cmake/toolchains/clang.cmake
Mohammad Nejati 75e45287fb Refactor CMakeLists
Closes #2471
Closes #1816
2024-11-25 11:41:40 +03:30

6 lines
132 B
CMake

# Include gcc options.
include(${CMAKE_CURRENT_LIST_DIR}/gcc.cmake)
# Compiler options.
add_compile_options(-Wrange-loop-analysis)