~ubuntu-branches/ubuntu/precise/libmusicbrainz/precise-updates

« back to all changes in this revision

Viewing changes to config.h.cmake

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2012-02-01 17:18:10 UTC
  • Revision ID: package-import@ubuntu.com-20120201171810-jzz90w51dx6shdr1
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __CONFIG_H__
 
2
#define __CONFIG_H__
 
3
 
 
4
#define PACKAGE "${PROJECT_NAME}"
 
5
#define VERSION "${PROJECT_VERSION}"
 
6
 
 
7
#cmakedefine DISCID_FOUND
 
8
 
 
9
#endif