Added fullscreen option to GlobalSettings
[openstranded.git] / CMakeLists.txt
blob6ba6b2e8bdb4660795e2544835bba6be2681cb83
1 cmake_minimum_required (VERSION 2.4.8) 
2 project(openstranded)
4 SET(CMAKE_C_FLAGS "-Wall")
5 SET(CMAKE_CXX_FLAGS "-Wall -Wno-non-virtual-dtor")
7 add_custom_target(doc
8         doxygen doxyfile
11 add_subdirectory(src)