~stolowski/unity-scope-click/change-scope-id

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Pawel Stolowski
  • Date: 2014-05-22 11:39:41 UTC
  • Revision ID: pawel.stolowski@canonical.com-20140522113941-hzd511vi3l41811h
Changed scope id to com.canonical.scopes.click. Changed library name to scope.so.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
SET (SCOPE_LIB_VERSION 0.2.0)
33
33
SET (SCOPE_LIB_SOVERSION 0)
34
34
SET (SCOPE_LIB_API_VERSION 2.0)
35
 
SET (SCOPE_LIB_UNVERSIONED clickscope)
 
35
SET (SCOPE_LIB_UNVERSIONED scope)
36
36
SET (SCOPE_LIB_NAME ${SCOPE_LIB_UNVERSIONED}-${SCOPE_LIB_API_VERSION})
37
37
 
38
38
# Build with system gmock and embedded gtest
108
108
 
109
109
add_custom_target (check-leaks
110
110
  DEPENDS test-leaks
111
 
)
 
 
b'\\ No newline at end of file'
 
111
)