~vanvugt/mir/manual-vsync-api

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Alexandros Frantzis
  • Date: 2012-11-19 11:05:45 UTC
  • mto: This revision was merged to the branch mainline in revision 272.
  • Revision ID: alexandros.frantzis@canonical.com-20121119110545-g7l7q278en8e0f1n
doc,cmake: Add 'doc' make target

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
include (cmake/Debian.cmake)
40
40
include (cmake/EnableCoverageReport.cmake)
41
41
include (cmake/MirCommon.cmake)
 
42
include (cmake/Doxygen.cmake)
42
43
 
43
44
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -Werror -Wall -fno-strict-aliasing -pedantic -Wextra -fPIC")
44
45