Fix Mac pipeline (#1454)

This commit is contained in:
Jacqueline Deans
2023-02-07 15:35:22 -06:00
committed by GitHub
parent fb25ea70d2
commit 8be3e30f7a
23 changed files with 30 additions and 23 deletions

View File

@ -5,7 +5,7 @@
# # make clean - removes all files generated by make.
# Flags passed to the preprocessor.
CPPFLAGS += -g -Wall -Wextra -std=c++11 ${TRICK_SYSTEM_CXXFLAGS} -I../include -I${TRICK_HOME}/include ${CXXFLAGS}
CPPFLAGS += -g -Wall -Wextra ${TRICK_SYSTEM_CXXFLAGS} -I../include -I${TRICK_HOME}/include ${CXXFLAGS} ${TRICK_TEST_FLAGS}
# TRICK_LIBS = ${TRICK_LIB_DIR}/libtrick_units.a
EXEC_LINK_LIBS += -L${GTEST_HOME}/lib64 -L${GTEST_HOME}/lib -lgtest -lgtest_main