~zorba-coders/zorba/bug-1009366

« back to all changes in this revision

Viewing changes to config/ExternalModuleConfig.cmake.in

  • Committer: Tarmac
  • Author(s): chillery+launchpad at lambda
  • Date: 2012-05-18 19:34:39 UTC
  • mfrom: (10852.2.1 extra-module-libs)
  • Revision ID: tarmac-20120518193439-e1huqn6cuydqle5j
Allow modules to specify their own libs for their Config file, in addition to the automatically-added libs from DECLARE_ZORBA_MODULE().
 Approved: Matthias Brantner, Chris Hillery

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
  "${DEPENDENCY_MODULE_PATH}${PATH_SEP}@PROJECT_BINARY_DIR@/URI_PATH/${PATH_SEP}${DEPENDENCY_LIB_PATH}${PATH_SEP}@PROJECT_BINARY_DIR@/LIB_PATH/")
27
27
 
28
28
# Dynamic libraries created by this project to link against
29
 
SET (@PROJECT_NAME@_LIBRARIES @ZORBA_PROJECT_LIBRARIES@)
 
29
SET (@PROJECT_NAME@_LIBRARIES @ZORBA_PROJECT_LIBRARIES@ @ZORBA_MODULE_LIBRARIES@)
30
30
 
31
31
# Include directories exported by this project
32
32
SET (@PROJECT_NAME@_INCLUDE_DIRS @ZORBA_PROJECT_INCLUDE_DIRS@)