~stolowski/unity-scopes-api/canned-query-data

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Michi Henning
  • Date: 2013-11-19 02:51:46 UTC
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: michi.henning@canonical.com-20131119025146-kglcalpphl4ozzk7
Fixed scoperegistry to use new scoperunner and to figure out which scopes to run from config files.
Still to do:
- deal with overrides and OEM scopes, particularly the grouping aspect.
- SignalThread needs to invoke a callback for clean shut-down on receipt of SIGINT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
# Add subdirectories.
164
164
add_subdirectory(include)
165
165
add_subdirectory(src)
 
166
add_subdirectory(scoperegistry)
 
167
add_subdirectory(scoperunner)
166
168
add_subdirectory(data)
167
169
add_subdirectory(test)
168
170
add_subdirectory(demo)