~unity-team/unity-scope-click/devel

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2014-07-16 13:57:55 UTC
  • mfrom: (310.2.13 populate-departments-db)
  • Revision ID: tarmac-20140716135755-bsuqlp22axfwvvd5
Populate departments database in the store scope. Use slugs for unique department ids when parsing. Implemented a tool that initializes or updates departments db.

Approved by Alejandro J. Cura, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
add_subdirectory(scope)
55
55
add_subdirectory(data)
56
56
add_subdirectory(po)
 
57
add_subdirectory(tools)
57
58
 
58
59
include(EnableCoverageReport) # Using gcov CMake modules from https://code.cor-lab.org/projects/rsc
59
60
#####################################################################