jamesdbrock / hffix

Financial Information Exchange Protocol C++ Library
http://jamesdbrock.github.io/hffix
Other
276 stars 89 forks source link

Support for CMake #35

Open rossb34 opened 3 years ago

rossb34 commented 3 years ago

Define a CMakeLists.txt file such that the hffix library can easily be included as an external project for applications and libraries that use CMake.

jamesdbrock commented 3 years ago

Hi @rossb34 , I'm open to this, but I don't use Cmake. Do you want to make a PR?

We would also want a .nix shell file which provides a CMake environment that demonstrates that the CMakeLists.txt file is working. I can do that part, if you don't use Nix.