repo.or.cz
/
openstranded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added fullscreen option to GlobalSettings
[openstranded.git]
/
CMakeLists.txt
blob
6ba6b2e8bdb4660795e2544835bba6be2681cb83
1
cmake_minimum_required (VERSION 2.4.8)
2
project(openstranded)
3
4
SET(CMAKE_C_FLAGS "-Wall")
5
SET(CMAKE_CXX_FLAGS "-Wall -Wno-non-virtual-dtor")
6
7
add_custom_target(doc
8
doxygen doxyfile
9
)
10
11
add_subdirectory(src)
12