Skip to content

Commit

Permalink
include python
Browse files Browse the repository at this point in the history
  • Loading branch information
zigen committed Jun 16, 2022
1 parent 872f075 commit 687cf30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion quisp/makefrag
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ else
INCLUDE_PATH+=-I. $(shell pkg-config eigen3 --cflags)
endif

INCLUDE_PATH+=-I.
INCLUDE_PATH+=-I$(PROJ_ROOT)/pybind11/include
INCLUDE_PATH+=-I$(OMNETPP_ROOT)/tools/macosx/lib/Python.framework/Headers
ifneq (,$(ENABLE_COVERAGE))
CXXFLAGS+=-ftest-coverage -fprofile-instr-generate -fcoverage-mapping
LDFLAGS+=-ftest-coverage -fprofile-instr-generate -fcoverage-mapping
endif

# include path for json
INCLUDE_PATH+=-I$(PROJ_ROOT)/json/include/
LDFLAGS+=-L$(OMNETPP_ROOT)/tools/macosx/lib -lpython3.8

default: eigen all

Expand Down

0 comments on commit 687cf30

Please sign in to comment.