mirror of
https://github.com/nasa/trick.git
synced 2025-06-18 15:18:18 +00:00
Fix Mac pipeline (#1454)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user