zekyll / OMPEval

Fast C++ poker hand evaluator and equity calculator
ISC License
173 stars 69 forks source link

Added CMakeLists and small updates #21

Open vkresch opened 4 years ago

vkresch commented 4 years ago

Adding a CMakeLists.txt for convenient building of the ompeval.cpp (https://github.com/zekyll/OMPEval/issues/7). Also updated Readme accordingly on how to build. I also included a missing include (https://github.com/zekyll/OMPEval/issues/13) and a relative include of the HandEvaluator.

I also thought that it would be nice for the repo to use a CI so I also added a travis file. Nice project btw. :) Let me know your thoughts @zekyll.