diff options
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 11821d5..cc9a6ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,10 @@ add_definitions(${Qt5Core_DEFINITIONS}) set(MODE "cli") +ADD_DEFINITIONS( + -std=c++11 # Or -std=c++0x + # Other flags +) add_executable( dice diceparser.cpp |