~parnold-x/wingpanel-indicator-ayatana/restrict_loading

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Djax
  • Date: 2015-05-03 13:53:56 UTC
  • Revision ID: parnold@gmx.de-20150503135356-uonugtp5g106fadg
adapt to libwingpanel

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
find_package (PkgConfig)
2
2
 
3
3
# Add all your dependencies to the list below
4
 
pkg_check_modules (DEPS REQUIRED gthread-2.0 gtk+-3.0 wingpanel-2.0 granite 
5
 
  indicator3-0.4)
 
4
pkg_check_modules (DEPS REQUIRED wingpanel-2.0 granite indicator3-0.4)
6
5
 
7
6
add_definitions (${DEPS_CFLAGS})
8
7
link_directories (${DEPS_LIBRARY_DIRS})
23
22
  IndicatorButton.vala
24
23
  ${CMAKE_CURRENT_BINARY_DIR}/config.vala
25
24
PACKAGES
26
 
  gtk+-3.0
27
25
  wingpanel-2.0
28
 
  granite  
 
26
  granite
29
27
  indicator3-0.4
30
28
OPTIONS
31
29
  --thread