Skip to content
Snippets Groups Projects
Commit e75e7451 authored by Lennart Matthias Steffen's avatar Lennart Matthias Steffen
Browse files

Initial commit

parent fd43088d
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.13.1 FATAL_ERROR)
message(STATUS "Preparing boost-math library...")
project("boost-math")
if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
add_library(boost version.hpp)
set_target_properties(boost PROPERTIES LINKER_LANGUAGE CXX)
target_include_directories(boost PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment