~ubuntu-branches/ubuntu/quantal/kdepimlibs/quantal-proposed

« back to all changes in this revision

Viewing changes to kcal/libical/examples/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-09-06 22:45:39 UTC
  • Revision ID: james.westby@ubuntu.com-20060906224539-fiq8t03qdbqu7z3i
Tags: upstream-3.80.1
ImportĀ upstreamĀ versionĀ 3.80.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
 
 
4
 
 
5
########### next target ###############
 
6
 
 
7
set(doesnothing_SRCS 
 
8
   access_components.c 
 
9
   access_properties_and_parameters.c 
 
10
   errors.c 
 
11
   main.c 
 
12
   parse_text.c )
 
13
 
 
14
kde4_automoc(${doesnothing_SRCS})
 
15
 
 
16
kde4_add_executable(doesnothing ${doesnothing_SRCS})
 
17
 
 
18
target_link_libraries(doesnothing  ${KDE4_KDECORE_LIBS} ical icalss icalvcal )
 
19
 
 
20
 
 
21
########### install files ###############
 
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27
#original Makefile.am contents follow:
 
28
 
 
29
#
 
30
#noinst_PROGRAMS = doesnothing
 
31
#
 
32
#doesnothing_LDADD = ../src/libical/libical.la ../src/libicalss/libicalss.la ../src/libicalvcal/libicalvcal.la
 
33
#
 
34
##LIBS = @PTHREAD_LIBS@
 
35
#
 
36
#INCLUDES = -I. -I../src/libical -I../src/libicalss -I../src/libicalvcal 
 
37
#
 
38
#doesnothing_SOURCES = \
 
39
#       access_components.c \
 
40
#       access_properties_and_parameters.c \
 
41
#       errors.c \
 
42
#       main.c \
 
43
#       parse_text.c 
 
44
#