summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-08-10 17:26:52 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-08-10 17:26:52 -0400
commit81b2a927d50def6c2643db51394a170593d1db85 (patch)
treed57bb048037baa47f526f11a424a85fc2ea490c3 /CMakeLists.txt
parenta916009d4b29995ea8ad61ad47a51c2ee1fa80bc (diff)
New upstream version 2.3.1+dfsgupstream/2.3.1+dfsg
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d5ec96f..1c28635 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,6 +21,7 @@ project (barrier C CXX)
option (BARRIER_BUILD_GUI "Build the GUI" ON)
option (BARRIER_BUILD_INSTALLER "Build the installer" ON)
+set (CMAKE_EXPORT_COMPILE_COMMANDS ON)
set (CMAKE_CXX_STANDARD 14)
set (CMAKE_CXX_EXTENSIONS OFF)
set (CMAKE_CXX_STANDARD_REQUIRED ON)