~3v1n0/unity/shield-notify-grabs

« back to all changes in this revision

Viewing changes to hud/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")