~dobey/unity-scope-click/check-purchased

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Rodney Dawes
  • Date: 2014-07-16 21:49:11 UTC
  • mfrom: (314.2.19 devel)
  • Revision ID: rodney.dawes@canonical.com-20140716214911-3vn31avz0lwzcn2e
Merge tip of devel branch.
Move mock pay code to mock_pay.h.

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
#####################################################################