~mir-team/mir/0.17

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Alexandros Frantzis
  • Date: 2015-09-21 14:18:54 UTC
  • mto: This revision was merged to the branch mainline in revision 2975.
  • Revision ID: alexandros.frantzis@canonical.com-20150921141854-clo3smvo8104xzjn
platform: Update mirplatform and platform ABIs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# We need MIRPLATFORM_ABI in both libmirplatform and the platform implementations.
2
 
set(MIRPLATFORM_ABI 10)
 
2
set(MIRPLATFORM_ABI 11)
3
3
 
4
4
# Add the cookie implementation before exposing any APIs
5
5
add_subdirectory(cookie/)