~ted/ubuntu-app-launch/libertine-detection

« back to all changes in this revision

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

  • Committer: Ted Gould
  • Date: 2015-06-10 15:34:26 UTC
  • mfrom: (200 ubuntu-app-launch)
  • mto: This revision was merged to the branch mainline in revision 201.
  • Revision ID: ted@gould.cx-20150610153426-23y2em567hjghod2
Updating to trunk

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