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

« back to all changes in this revision

Viewing changes to demo/stand-alone/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
configure_file(Runtime.ini.in Runtime.ini)
 
2
configure_file(Zmq.ini.in Zmq.ini)
 
3
 
 
4
add_executable(stand-alone-client stand-alone-client.cpp)
 
5
 
 
6
# Add_dependencies should be used sparingly. In this case we need the global
 
7
# header to be generated before we start building the client binary.
 
8
add_dependencies(stand-alone-client globalheader)
 
9
add_definitions(-DDEMO_RUNTIME_PATH="${CMAKE_CURRENT_BINARY_DIR}/Runtime.ini")
 
10
target_link_libraries(stand-alone-client ${UNITY_SCOPES_LIB} ${OTHER_LIBS})