Skip to content
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

Open
rep-movsd opened this issue Jul 10, 2017 · 4 comments
Open

Write Makefile #1

rep-movsd opened this issue Jul 10, 2017 · 4 comments

Comments

@rep-movsd
Copy link
Owner

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

@madduci
Copy link

madduci commented Aug 1, 2017

or perhaps CMakeLists.txt?

@rep-movsd
Copy link
Owner Author

Actually there is nothing to make/build, its a header-only library

A makefile would be useful to run tests I guess

@rep-movsd
Copy link
Owner Author

Added basic CMakeLists.txt

@Juwong
Copy link

Juwong commented Nov 1, 2019

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

anyway, as for me, ubuntu 1804 and g++ 7.4.0,
if -std=c++14, it barks so many undecleared.
while -std=c++17, it works.

any need to update it?
p.s. there is no seephit.cpp. as you say, only header library NOW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants