~ubuntu-branches/ubuntu/maverick/pianobar/maverick

« back to all changes in this revision

Viewing changes to libpiano/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2010-10-07 09:15:49 UTC
  • mfrom: (1.3.1 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20101007091549-sscxdr1kud0d4hyl
Tags: 2010.10.07-1
* New upstream version. 
  - XMLRPC api version bump (v28) (closes: #599338)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
cmake_minimum_required (VERSION 2.4)
2
 
 
3
 
set (PACKAGE "libpiano")
4
 
project (${PACKAGE} C)
5
 
 
6
 
add_subdirectory (src)