~brandontschaefer/libertine/enable-maliit

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Stephen M. Webb
  • Date: 2015-05-12 15:10:22 UTC
  • Revision ID: stephen.webb@canonical.com-20150512151022-8xajrlyezh069amn
initial project creation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
project(com.ubuntu.libertine CXX)
 
2
cmake_minimum_required(VERSION 2.8.9)
 
3
set(LIBERTINE_VERSION "1.0.0")
 
4
 
 
5
include(GNUInstallDirs)
 
6
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra -pedantic")
 
7
 
 
8
add_subdirectory(libertine)
 
9