~ted/ubuntu-app-launch/tweaks-and-cleanups

« back to all changes in this revision

Viewing changes to ubuntu-app-test/CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Ted Gould
  • Date: 2015-06-04 20:35:54 UTC
  • mfrom: (193.1.48 trusted-prompt-helpers)
  • Revision ID: ci-train-bot@canonical.com-20150604203554-i8gi6rqhfkmv05jz
Add an untrusted helper that works with Mir trusted prompt sessions.
Approved by: PS Jenkins bot, Charles Kerr

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
add_subdirectory(data)
2
 
 
3
 
if (${MIR_FOUND})
4
2
add_subdirectory(src)
5
3
 
6
4
# testing & coverage
8
6
  add_subdirectory(tests)
9
7
endif ()
10
8
 
11
 
else ()
12
 
 
13
 
install(PROGRAMS ubuntu-app-test DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}/app-test")
14
 
 
15
 
endif ()
16