~wingpanel-devs/wingpanel-indicator-ayatana/loki

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Djax
  • Date: 2015-05-06 21:03:55 UTC
  • Revision ID: git-v1:31e3870bb94dd4211af04479ff11ae553f349a02
set AAYANATAINDICATORDIR in cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
  IndicatorIface.vala
21
21
  IndicatorLoader.vala
22
22
  IndicatorButton.vala
23
 
  ${CMAKE_CURRENT_BINARY_DIR}/config.vala
24
23
PACKAGES
25
24
  wingpanel-2.0
26
25
  granite
27
26
  indicator3-0.4
 
27
  config
28
28
OPTIONS
29
29
  --thread
30
30
  --vapidir=${CMAKE_SOURCE_DIR}/vapi/
31
31
)
32
32
 
 
33
include_directories (${CMAKE_BINARY_DIR})
33
34
add_library (${CMAKE_PROJECT_NAME} MODULE ${VALA_C})
34
35
target_link_libraries(${CMAKE_PROJECT_NAME} ${DEPS_LIBRARIES})
35
36