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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user