mirror of
https://github.com/nasa/trick.git
synced 2025-01-29 15:43:57 +00:00
require c++11 for trick_source/sie
This commit is contained in:
parent
5ab51d42e6
commit
2deff169e0
1
trick_sims/.gitignore
vendored
1
trick_sims/.gitignore
vendored
@ -18,6 +18,7 @@ S_document.xml
|
||||
S_library_list
|
||||
S_main_*
|
||||
S_sie.resource
|
||||
S_sie.json
|
||||
S_source.cpp
|
||||
S_source.hh
|
||||
T_main_*
|
||||
|
@ -1,3 +1,5 @@
|
||||
include $(dir $(lastword $(MAKEFILE_LIST)))../../../share/trick/makefiles/Makefile.common
|
||||
include ${TRICK_HOME}/share/trick/makefiles/Makefile.tricklib
|
||||
-include Makefile_deps
|
||||
|
||||
TRICK_CXXFLAGS += -std=c++11
|
Loading…
x
Reference in New Issue
Block a user