~ubuntu-branches/ubuntu/precise/latexila/precise

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Tanguy Ortolo
  • Date: 2010-04-26 22:13:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100426221300-6pa79a1yk5tino7y
Tags: upstream-0.2.0
ImportĀ upstreamĀ versionĀ 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET(latexila_src
 
2
        main.c                  main.h
 
3
        callbacks.c             callbacks.h
 
4
        cb_latex.c              cb_latex.h
 
5
        print.c                 print.h
 
6
        symbols.c               symbols.h
 
7
        external_commands.c     external_commands.h
 
8
        latex_output_filter.c   latex_output_filter.h
 
9
        prefs.c                 prefs.h
 
10
        ui.c                    ui.h
 
11
        tool_menu_action.c      tool_menu_action.h
 
12
        file_browser.c          file_browser.h
 
13
        templates.c             templates.h
 
14
        utils.c                 utils.h
 
15
        log.c                   log.h
 
16
)
 
17
 
 
18
ADD_EXECUTABLE(latexila ${latexila_src})
 
19
TARGET_LINK_LIBRARIES(latexila ${GTK2_LIBRARIES})
 
20
 
 
21
INSTALL(TARGETS latexila DESTINATION "bin")