-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write Makefile #1
Comments
or perhaps CMakeLists.txt? |
Actually there is nothing to make/build, its a header-only library A makefile would be useful to run tests I guess |
Added basic CMakeLists.txt |
anyway, as for me, ubuntu 1804 and g++ 7.4.0, any need to update it? |
Create a simple makefile
Build with
<compiler> --std=c++14 main.cpp seephit.cpp
Add a rule for tests, leave that rule dummy for now
The text was updated successfully, but these errors were encountered: