Open andyafter opened 5 years ago
You can just add every code/header files in a new project then compile with MinGW or g++ using flags "-O3 -std=c++11 -Wall -Wpedantic -pthread". You probably need to add "#include < functional >" in EquityCalculator.h as reported in previous issue.
Hey I am trying to use this library in my repository. I am using cmake under windows with visual studio 2019 compiler.