~ubuntu-branches/debian/sid/kdesu/sid

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-09-26 17:45:01 UTC
  • Revision ID: package-import@ubuntu.com-20140926174501-cgibhw1n2ldshzv1
Tags: 5.2.0-0ubuntu2
Add kubuntu_sudo-support.diff to fix sudo support LP: #1364429

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
generate_export_header(KF5Su BASE_NAME KDESu EXPORT_FILE_NAME kdesu/kdesu_export.h)
31
31
add_library(KF5::Su ALIAS KF5Su)
32
32
 
 
33
target_compile_definitions(KF5Su PRIVATE -DKDESU_USE_SUDO_DEFAULT="${KDESU_USE_SUDO_DEFAULT}")
33
34
target_include_directories(KF5Su PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/..)
34
35
 
35
36
# Apps must include <KDESu/File> or <kdesu/file.h>