see-phit icon indicating copy to clipboard operation
see-phit copied to clipboard

Write Makefile

Open rep-movsd opened this issue 7 years ago • 4 comments

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

rep-movsd avatar Jul 10 '17 12:07 rep-movsd

or perhaps CMakeLists.txt?

madduci avatar Aug 01 '17 09:08 madduci

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

A makefile would be useful to run tests I guess

rep-movsd avatar Aug 01 '17 10:08 rep-movsd

Added basic CMakeLists.txt

rep-movsd avatar Aug 07 '17 21:08 rep-movsd

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.

Juwong avatar Nov 01 '19 14:11 Juwong