Skip to content

Commit 88b1d7f

Browse files
committed
Use cxxopts to parse input parameters in herschel
1 parent f12b27a commit 88b1d7f

File tree

3 files changed

+134
-217
lines changed

3 files changed

+134
-217
lines changed

bootstrap/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ COMMON_LIB = $(BUILDDIR)/$(BUILDSTYLE)/libhrcommon$(LIBEXT)
7070
# LLVM_LIBS = $(shell $(LLVM_EXE)/llvm-config --libs backend bitwriter)
7171

7272
CXXFLAGS += -I$(top_srcdir) -I$(top_srcdir)/src \
73-
-I$(top_srcdir)/external/UnitTest++/src $(LLVM_CPPFLAGS)
73+
-I$(top_srcdir)/external/cxxopts/src \
74+
-I$(top_srcdir)/external/UnitTest++/src \
75+
$(LLVM_CPPFLAGS)
7476

7577
HRC_LDFLAGS = $(LDFLAGS) $(LLVM_LDFLAGS)
7678

0 commit comments

Comments
 (0)