~mzanetti/reminders-app/libqtevernote

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Michael Zanetti
  • Date: 2014-10-23 21:27:46 UTC
  • Revision ID: michael.zanetti@canonical.com-20141023212746-wx4qcy5m8dfrjnl7
move evernote code into a libqtevernote

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
set(CMAKE_AUTOMOC ON)
7
7
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -fno-permissive -pedantic -Wall -Wextra -fPIC")
8
8
 
 
9
include(FindPkgConfig)
9
10
# Standard install paths
10
11
include(GNUInstallDirs)
11
12