~marcustomlinson/unity-scopes-shell/lp-1552082

« back to all changes in this revision

Viewing changes to tests/data/mock-scope-manyresults/CMakeLists.txt

  • Committer: Pawel Stolowski
  • Date: 2015-11-30 09:23:32 UTC
  • mfrom: (278 unity-scopes-shell)
  • mto: This revision was merged to the branch mainline in revision 279.
  • Revision ID: pawel.stolowski@canonical.com-20151130092332-io500es46ww36vfc
Merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories(${SCOPESLIB_INCLUDE_DIRS})
 
2
 
 
3
add_library(mock-scope-manyresults MODULE mock-scope-manyresults.cpp)
 
4
target_link_libraries(mock-scope-manyresults ${SCOPESLIB_LDFLAGS})
 
5
 
 
6
configure_file(mock-scope-manyresults.ini.in mock-scope-manyresults.ini)