mirror of
https://github.com/boostorg/url.git
synced 2025-05-10 01:43:52 +00:00
6 lines
163 B
CMake
6 lines
163 B
CMake
# Include common options.
|
|
include(${CMAKE_CURRENT_LIST_DIR}/common.cmake)
|
|
|
|
# Compiler options.
|
|
add_compile_options(-Wall -Wextra -Wpedantic -Wno-unused-parameter)
|