diff options
| author | 2019-08-10 17:27:03 -0400 | |
|---|---|---|
| committer | 2019-08-10 17:27:03 -0400 | |
| commit | fa1dc6c246d868add1646414c223dddd39adf09f (patch) | |
| tree | d3efa3a2f11dd792d81f1c444ce17a51f3840d1e /CMakeLists.txt | |
| parent | 3210229f1a4b6c1252a22e74ed5931f6b4a82c7d (diff) | |
| parent | 81b2a927d50def6c2643db51394a170593d1db85 (diff) | |
Update upstream source from tag 'upstream/2.3.1+dfsg'
Update to upstream version '2.3.1+dfsg'
with Debian dir 09ccb15a840d5b04cfee2308f9994c15f1a7c371
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
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) |
