diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-30 07:23:18 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-30 07:23:18 +1000 |
commit | e02607cdf4203ab10b7637904da392c101790e50 (patch) | |
tree | 4cc37a0f3fc343439db0c9e0130d8fe45dc1bd0b /source/CMakeLists.txt | |
parent | 311929cb1e4afd44df4642c8ada38fd0506213c4 (diff) |
Update CMakeLists.txt
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index c990ad0..d3d60a3 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -15,6 +15,7 @@ PROJECT (starbound) SET (CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/../cmake) SET (CMAKE_CONFIGURATION_TYPES Debug RelWithAsserts RelWithDebInfo Release) +SET (CMAKE_EXPORT_COMPILE_COMMANDS ON CACHE INTERNAL "") SET (CMAKE_EXE_LINKER_FLAGS_RELWITHASSERTS "" CACHE STRING "" FORCE) # Update the docstring on CMAKE_BUILD_TYPE to show what options we actually # allow |