/+junk/libgego

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/libgego

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Gustav Hartvigsson
  • Date: 2015-07-09 17:15:02 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150709171502-k3jplqlsvpxxbdas
* Moved GegoWebApplication out of the way
* Added clean_docs script
* Added LIBRARY_PATH to build_doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
find_package (LibSoup2)
14
14
find_package (GIO)
15
15
 
 
16
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11 -Wall")
16
17
 
17
18
if (NOT GLIB2_FOUND)
18
19
  message (FATAL_ERROR "Could not find GLib2. This is required for compiling LibGego.")