~ubuntu-branches/ubuntu/trusty/unity-scopes-api/trusty-proposed

« back to all changes in this revision

Viewing changes to include/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Pawel Stolowski
  • Date: 2014-02-11 17:55:05 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140211175505-av3z0612p7o8w54b
Tags: 0.3.1+14.04.20140211.2-0ubuntu1
[ Pawel Stolowski ]
* [ Pawel Stolowski ]
* Added preliminary API for filters and departments.
* Changes to preview action activation API: support for widget id.
* Changes to Annotation API.
* Return ScopeProxy from Result::target_scope_proxy (replaces activation_scope_name).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
add_subdirectory(unity)
2
2
set(UNITY_SCOPES_LIB_HDRS ${UNITY_SCOPES_LIB_HDRS} ${headers} PARENT_SCOPE)
3
3
 
 
4
add_custom_command(OUTPUT unity-scopes.h
 
5
COMMAND ${CMAKE_SOURCE_DIR}/tools/create_globalheader.py
 
6
${CMAKE_CURRENT_BINARY_DIR}/unity-scopes.h ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}
 
7
DEPENDS ${UNITY_SCOPES_LIB_HDRS})
 
8
 
4
9
add_custom_target(globalheader ALL
5
 
COMMAND ${CMAKE_SOURCE_DIR}/tools/create_globalheader.py
6
 
${CMAKE_CURRENT_BINARY_DIR}/unity-scopes.h ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
 
10
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/unity-scopes.h)
7
11
 
8
12
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/unity-scopes.h
9
13
DESTINATION ${HDR_INSTALL_DIR})