mirror of
https://github.com/boostorg/json.git
synced 2025-05-12 06:01:41 +00:00
* Add VS CMake integration config * add cmake 3.10.0 support * fix compiler and linker flags * disable verbose build output * added cmake policy * Fix source groups * Group folder related settings * Add support for the boost superproject and cmake 3.16 * Remove library headers from executable projects * Fix boost superproject compatibility
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)
|