~ci-train-bot/ubuntu-app-launch/ubuntu-app-launch-ubuntu-yakkety-landing-070

« back to all changes in this revision

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

  • Committer: Ted Gould
  • Date: 2015-12-10 21:01:26 UTC
  • mto: (144.6.2 find-theme-icons-ted)
  • mto: This revision was merged to the branch mainline in revision 213.
  • Revision ID: ted@gould.cx-20151210210126-f8h3iscw2bwar2ye
Adding in click support to the connection object

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
add_lttng_gen_tp(NAME ubuntu-app-launch-trace)
18
18
 
19
19
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=hidden")
20
 
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden -std=c++11")
 
20
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden -std=c++11 -pthread")
21
21
add_definitions ( -DOOM_HELPER="${pkglibexecdir}/oom-adjust-setuid-helper" -DDEMANGLER_PATH="${pkglibexecdir}/socket-demangler" )
22
22
add_definitions ( -DLIBERTINE_LAUNCH="${CMAKE_INSTALL_FULL_BINDIR}/libertine-launch" )
23
23
 
39
39
app-info.c
40
40
application.cpp
41
41
connection.cpp
 
42
connection-impl.cpp
42
43
application-impl.cpp
43
44
application-impl-click.cpp
44
45
application-impl-legacy.cpp
45
46
application-impl-libertine.cpp
 
47
glib-thread.cpp
46
48
)
47
49
 
48
50
set(LAUNCHER_GEN_SOURCES