We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe69e89 commit 854cc8fCopy full SHA for 854cc8f
1 file changed
OREAnalytics-SWIG/oreanalytics-config
@@ -21,7 +21,7 @@ while test $# -gt 0; do
21
22
case $1 in
23
--cflags)
24
- echo -I${ORE}/OREAnalytics -I${ORE}/OREData -I${ORE}/QuantExt -I${ORE}/QuantLib -I${BOOST_INC} -std=c++1z
+ echo -I${ORE}/build/QuantLib -I${ORE}/OREAnalytics -I${ORE}/OREData -I${ORE}/QuantExt -I${ORE}/QuantLib -I${BOOST_INC} -std=c++1z
25
;;
26
--libs)
27
echo -L${ORE}/build/OREAnalytics/orea -lOREAnalytics -L${ORE}/build/OREData/ored -lOREData -L${ORE}/build/QuantExt/qle -lQuantExt -L${ORE}/build/QuantLib/ql -lQuantLib -L${BOOST_LIB} -l${BOOST_THREAD} -lboost_system -lboost_serialization -lboost_date_time -lboost_regex -lboost_filesystem -std=c++1z
0 commit comments