~xnox/ubuntu-app-launch/start-upstartless-basic

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Ted Gould
  • Date: 2017-02-02 15:09:06 UTC
  • mfrom: (257.2.146 jobs-systemd)
  • Revision ID: ci-train-bot@canonical.com-20170202150906-0zoizotk7amsyouj
SystemD backend added

Approved by: Charles Kerr

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden -Wpedantic")
18
18
add_definitions ( -DOOM_HELPER="${pkglibexecdir}/oom-adjust-setuid-helper" -DDEMANGLER_PATH="${pkglibexecdir}/socket-demangler" )
19
19
add_definitions ( -DLIBERTINE_LAUNCH="${CMAKE_INSTALL_FULL_BINDIR}/libertine-launch" )
 
20
add_definitions ( -DG_LOG_DOMAIN="ubuntu-app-launch" )
 
21
add_definitions ( -DUBUNTU_APP_LAUNCH_ARCH="${UBUNTU_APP_LAUNCH_ARCH}" )
20
22
 
21
23
set(LAUNCHER_HEADERS
22
24
ubuntu-app-launch.h
54
56
glib-thread.cpp
55
57
jobs-base.h
56
58
jobs-base.cpp
 
59
jobs-systemd.h
 
60
jobs-systemd.cpp
57
61
jobs-upstart.h
58
62
jobs-upstart.cpp
59
63
)