mirror of
https://github.com/boostorg/math.git
synced 2026-02-22 03:22:28 +00:00
5 lines
190 B
CMake
5 lines
190 B
CMake
file(GLOB SOURCES "*.cpp")
|
|
add_library(examples ${SOURCES})
|
|
target_compile_features(examples PRIVATE cxx_std_17)
|
|
target_include_directories(compile_tests PUBLIC ${CMAKE_SOURCE_DIR}/include)
|