~hikiko/unity/unity.launcher-icon-anim

« back to all changes in this revision

Viewing changes to dash/CMakeLists.txt

  • Committer: Gord Allott
  • Date: 2012-05-07 22:28:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2352.
  • Revision ID: gord.allott@canonical.com-20120507222817-0ffnpkrod3j9xpwj
shortcuts and unityshell working woo

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
     "-DGETTEXT_PACKAGE=\"unity\""
10
10
     "-I${CMAKE_CURRENT_BINARY_DIR}"
11
11
     )
 
12
 
 
13
if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
 
14
  set (CFLAGS ${CFLAGS} "-fPIC")
 
15
endif (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
 
16
 
12
17
add_definitions (${CFLAGS})
13
18
 
14
19
set (LIBS ${CACHED_UNITY_DEPS_LIBRARIES} "-lunity-core-${UNITY_API_VERSION} -lm -lGL -lGLU")
24
29
#
25
30
set (DASH_SOURCES
26
31
     AbstractPlacesGroup.cpp
27
 
     AbstractSeparator.cpp
28
32
     DashView.cpp
29
33
     DashViewPrivate.cpp
30
34
     FilterAllButton.cpp
42
46
     LensBarIcon.cpp
43
47
     LensView.cpp
44
48
     LensViewPrivate.cpp
45
 
     LineSeparator.cpp
46
49
     PlacesGroup.cpp
47
50
     PlacesSimpleTile.cpp
48
51
     PlacesTile.cpp