mirror of
https://github.com/nasa/trick.git
synced 2025-03-13 15:56:41 +00:00
Update testing build to use C++14 which is required for gtest.
This commit is contained in:
parent
0d02a0506a
commit
35611c33a3
@ -1,13 +1,13 @@
|
||||
|
||||
RM = rm -rf
|
||||
CC = cc
|
||||
CPP = c++
|
||||
CPP = /usr/bin/g++
|
||||
|
||||
DECL_DIR = ..
|
||||
|
||||
GTEST_HOME = /usr/local
|
||||
GTEST_HOME = /opt/homebrew
|
||||
|
||||
CFLAGS += -g -Wall -Wextra -I$(GTEST_HOME)/include -I$(DECL_DIR)/include
|
||||
CFLAGS += -std=c++14 -g -Wall -Wextra -I$(GTEST_HOME)/include -I$(DECL_DIR)/include
|
||||
|
||||
LIBS = -L${DECL_DIR}/lib -lDecl -L${GTEST_HOME}/lib -lgtest -lgtest_main -lpthread
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user