~mterry/unity-system-compositor/greeter-api

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Robert Ancell
  • Date: 2013-04-26 03:25:05 UTC
  • Revision ID: robert.ancell@canonical.com-20130426032505-o0m5e140c2112lf8
Remove unused protobuf usage

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#
15
15
# Authored by: Robert Ancell <robert.ancell@canonical.com>
16
16
 
17
 
# Compile protocol
18
 
protobuf_generate_cpp(
19
 
  GENERATED_PROTOBUF_SRCS GENERATED_PROTOBUF_HDRS
20
 
  dm_protocol.proto
21
 
)
22
 
 
23
17
# Compile system compositor
24
18
add_executable(
25
19
  unity-system-compositor
28
22
  dm_connection.h
29
23
  system_compositor.cpp
30
24
  system_compositor.h
31
 
  ${GENERATED_PROTOBUF_SRCS}
32
 
  ${GENERATED_PROTOBUF_HDRS}
33
25
)
34
26
 
35
27
# Link against libmirserver
37
29
  mirserver
38
30
  pthread
39
31
  ${Boost_LIBRARIES}
40
 
  ${PROTOBUF_LIBRARIES}
41
32
)
42
33
 
43
34
# Install into bin directory