~mterry/unity8/new-input-proxies

« back to all changes in this revision

Viewing changes to tests/mocks/indicator-service/CMakeLists.txt

  • Committer: Michael Terry
  • Date: 2016-02-16 14:21:48 UTC
  • mfrom: (2136.1.44 origin/kbdLayout)
  • Revision ID: michael.terry@canonical.com-20160216142148-bsy6x3sxsoi3rdl3
Merge kbdLayout branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project(mock-indicator-service)
2
 
pkg_search_module(GIO REQUIRED gio-2.0)
3
2
 
4
3
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")
5
4