~ubuntu-branches/ubuntu/quantal/cantor/quantal

« back to all changes in this revision

Viewing changes to src/backends/kalgebra/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-11-23 23:46:54 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: package-import@ubuntu.com-20111123234654-wjgmk5trfwhbgzuy
Tags: upstream-4.7.3
ImportĀ upstreamĀ versionĀ 4.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include_directories(${analitza_SOURCE_DIR}/../)
 
1
include_directories(${ANALITZA_INCLUDES})
2
2
 
3
3
set( KAlgebraBackend_SRCS
4
4
 kalgebrasyntaxhelpobject.cpp 
10
10
)
11
11
 
12
12
kde4_add_plugin( cantor_kalgebrabackend ${KAlgebraBackend_SRCS} )
13
 
target_link_libraries( cantor_kalgebrabackend ${KDE4_KDEUI_LIBS} cantorlibs analitza analitzagui)
 
13
target_link_libraries( cantor_kalgebrabackend ${KDE4_KDEUI_LIBS} cantorlibs ${ANALITZA_LIBS})
14
14
 
15
15
install( FILES kalgebrabackend.desktop  DESTINATION ${SERVICES_INSTALL_DIR}/cantor)
16
16
install(TARGETS cantor_kalgebrabackend DESTINATION ${PLUGIN_INSTALL_DIR})