~ubuntu-branches/ubuntu/trusty/libusermetrics/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/unit/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Pete Woods, Ubuntu daily release
  • Date: 2013-06-28 02:03:09 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130628020309-1kfjo0907f1xowfg
Tags: 1.0.1+13.10.20130628-0ubuntu1
[ Pete Woods ]
* Add skeleton of libusermetricsinput
* Fix copyright headers
* Fix installation of libusermetricsinput
* First version of C API
* Re-order
* Add symbols file for libusermetricsinput
* Make symbol that appears and dissapears depending on GCC version
  optional.
* Update *.symbols files to use "nice" c++ format.

[ Ubuntu daily release ]
* Automatic snapshot from revision 77

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include_directories(${SOURCE_DIR})
 
2
include_directories(${SOURCE_BINARY_DIR})
2
3
 
3
4
add_subdirectory(libusermetricsinput)
4
5
add_subdirectory(libusermetricsoutput)