~wingpanel-devs/wingpanel/libwingpanel

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Cody Garver
  • Date: 2015-03-09 15:50:08 UTC
  • Revision ID: cody@elementaryos.org-20150309155008-89m0zv9z6bvrtp5q
Hide C compiler warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
configure_file (${CMAKE_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/config.h)
69
69
add_definitions(-DGETTEXT_PACKAGE=\"${GETTEXT_PACKAGE}\")
70
70
 
 
71
# Comment this out to enable C compiler warnings
 
72
add_definitions (-w)
 
73
 
71
74
# Setup C Libraries
72
75
add_definitions(${DEPS_CFLAGS} ${DEPS_NOVALA_CFLAGS} -include config.h)
73
76