2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-22 15:32:28 +00:00

Add CMake Link Flags and Reduce CI for testing

This commit is contained in:
Matt Borland
2021-03-27 17:51:40 +03:00
parent d8d33e20c3
commit c79965c46c
3 changed files with 44 additions and 349 deletions

View File

@@ -1,3 +1,4 @@
file(GLOB SOURCES "*.cpp")
link_directories(${CMAKE_SOURCE_DIR}/include)
add_library(compile_tests ${SOURCES})
target_compile_features(compile_tests PRIVATE cxx_std_17)