Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
caesr-pub
systemc-clang
Commits
a2cc4f3e
Commit
a2cc4f3e
authored
Aug 08, 2019
by
rmrf
Browse files
Add the necessary flags as CMAKE definitions
parent
f48b2199
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a2cc4f3e
...
...
@@ -12,6 +12,11 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
# find_package(nlohmann_json 3.2.0 REQUIRED)
# Include the these flags whenever you compile.
add_definitions
(
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS
)
#add_definitions (-D_GNU_SOURCE -DHAVE_CLANG_CONFIG_H)
option
(
USE_SAUTO
"Use suspension-automata library."
OFF
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment