~munt/munt/trunk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: sergm
  • Date: 2017-07-29 18:45:50 UTC
  • Revision ID: git-v1:0ace85531df5b37de24657527f996c90733f3328
Tags: munt_2_2_0
Version bump: munt package to 2.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
cmake_minimum_required(VERSION 2.8.12)
2
2
project(munt)
3
3
set(munt_VERSION_MAJOR 2)
4
 
set(munt_VERSION_MINOR 1)
 
4
set(munt_VERSION_MINOR 2)
5
5
set(munt_VERSION_PATCH 0)
6
6
 
7
7
option(munt_WITH_MT32EMU_SMF2WAV "Build command line standard MIDI file conversion tool" TRUE)