~agateau/unity-2d/edge-reveal

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Aurelien Gateau
  • Date: 2010-10-06 13:52:55 UTC
  • Revision ID: aurelien.gateau@canonical.com-20101006135255-j4gsdm7k3grh0ydh
MergedĀ inĀ panel

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Dirs
5
5
set(UNITY_QT_DIR share/unity-qt)
6
6
set(AUTOSTART_DIR share/autostart CACHE PATH "The directory where autostart files should be installed")
 
7
set(APPLET_INSTALL_DIR lib/unity-qt/panel-applets)
7
8
 
8
9
configure_file(config.h.in config.h)
9
10
 
 
11
# Build flags
 
12
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Woverloaded-virtual -Wall -std=c++0x")
 
13
 
10
14
# Dependencies
11
15
include(FindPkgConfig)
12
16
find_package(Qt4 REQUIRED)
23
27
 
24
28
# Source
25
29
add_subdirectory(launcher)
 
30
add_subdirectory(panel)