cmake_minimum_required (VERSION 2.6)

project(Newton)
# add the solver default implementation library
add_library(Newton SHARED Newton.cpp NewtonSettings.cpp )




 


  
  
 
