~larryprice/libertine-scope/filter-state

« back to all changes in this revision

Viewing changes to libertine-scope/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Kyle Nitzsche
  • Date: 2016-06-08 20:41:49 UTC
  • mfrom: (37.2.42 filters)
  • Revision ID: tarmac-20160608204149-0uiuyboz25tdrrhw
* Replace the scope settings approach to suppress display of apps with a scope filter based approach. This provides a blacklist file for permanent suppression and filters for user suppression.
* Provide a "Hidden X Apps" department for a place to store the apps hidden in the main scope view, so they can be unhidden later if desired.

Approved by Larry Price, Libertine CI Bot, Christopher Townsend, Stephen M. Webb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  ${URL_DISPATCHER_LIBRARIES}
25
25
)
26
26
 
 
27
configure_file(
 
28
  "${CMAKE_CURRENT_SOURCE_DIR}/config.h.in"
 
29
  "${CMAKE_CURRENT_SOURCE_DIR}/config.h"
 
30
)
27
31
 
28
32
set_target_properties(scope
29
33
  PROPERTIES
30
34
    OUTPUT_NAME "${PACKAGE_NAME}_${SCOPE_NAME}"
31
35
)
32
 
 
33
36
install(TARGETS scope
34
37
  LIBRARY DESTINATION ${SCOPE_INSTALL_DIR}
35
38
)