diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-14 11:45:52 +0800 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-14 12:39:23 +0800 |
commit | f3d5de18f2bdf89d5923d560420ae23cac051cb8 (patch) | |
tree | 50995b4f6bde0b3a83b0575195cc0dace287ee00 /ubuntu/_base/applications/amarok/debian/rules | |
parent | 62b2ab9301211a2dab70e2eeda385fd15371ea3d (diff) | |
download | tde-packaging-f3d5de18f2bdf89d5923d560420ae23cac051cb8.tar.gz tde-packaging-f3d5de18f2bdf89d5923d560420ae23cac051cb8.zip |
DEB: added cmake directive to create compilation database 'compile_commands.json' at build time.
This can be used to provide linting, autocompletion, hovering info, go-to-definition
and in general other LSP functionality in development environments.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit eb16e7c7281e182297581fa8d565561869c81bca)
Diffstat (limited to 'ubuntu/_base/applications/amarok/debian/rules')
-rwxr-xr-x | ubuntu/_base/applications/amarok/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/amarok/debian/rules b/ubuntu/_base/applications/amarok/debian/rules index cb4758734..75146ddca 100755 --- a/ubuntu/_base/applications/amarok/debian/rules +++ b/ubuntu/_base/applications/amarok/debian/rules @@ -5,6 +5,7 @@ include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-tde.mk DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \ -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ -DCONFIG_INSTALL_DIR="/etc/trinity" \ -DSYSCONF_INSTALL_DIR="/etc/trinity" \ |