mirror of
https://github.com/boostorg/json.git
synced 2025-05-10 09:43:52 +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
132 B
CMake
6 lines
132 B
CMake
# Include gcc options.
|
|
include(${CMAKE_CURRENT_LIST_DIR}/gcc.cmake)
|
|
|
|
# Compiler options.
|
|
add_compile_options(-Wrange-loop-analysis)
|