~mterry/unity-scopes-api/snap-root

« back to all changes in this revision

Viewing changes to test/gtest/scopes/ResultCache/CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Pawel Stolowski
  • Date: 2016-03-17 22:35:14 UTC
  • mfrom: (261.1.54 staging)
  • Revision ID: ci-train-bot@canonical.com-20160317223514-dxndlxrg5jbi2oqk
Merged devel: use abigail for abi-compoliance checker (disabled for now due o abigail bugs); filters API changes.
Approved by: Michi Henning, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
set(SCOPE_DIR "${CMAKE_CURRENT_BINARY_DIR}/scopes")
18
18
 
19
 
foreach (scope CacheScope AlwaysPushFromCacheScope)
 
19
foreach (scope CacheScope AlwaysPushFromCacheScope CacheScopeWithFilterGroups)
20
20
    file(MAKE_DIRECTORY "${SCOPE_DIR}/${scope}")
21
21
    configure_file(CacheScope.ini.in ${SCOPE_DIR}/${scope}/${scope}.ini)
22
22
    add_library(${scope} MODULE CacheScope.cpp)