get&set
This commit is contained in:
parent
d3b89e3b11
commit
8200103514
14 changed files with 415 additions and 356 deletions
2
Makefile
2
Makefile
|
|
@ -15,7 +15,7 @@ $(BUILDDIR):
|
|||
|
||||
|
||||
$(TARGET): $(OBJECTS)
|
||||
$(CC) $^ -o $(BUILDDIR)/$@ -lboost_filesystem -lboost_system -lpthread
|
||||
$(CC) $^ -o $(BUILDDIR)/$@ -lboost_filesystem -lboost_system -lboost_program_options -lpthread
|
||||
|
||||
|
||||
$(OBJECTS): $(BUILDDIR)/%.o : $(SOURCEDIR)/%.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue