repo.or.cz
/
aesalon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Re-did some of the DWARF information storage tree.
[aesalon.git]
/
CMakeLists.txt
blob
4ccd4ce8998989e780746728593af99fd7fd9183
1
cmake_minimum_required(VERSION 2.4)
2
3
if(COMMAND cmake_policy)
4
cmake_policy(SET CMP0003 NEW)
5
endif(COMMAND cmake_policy)
6
7
enable_language(CXX)
8
enable_language(C)
9
10
project(aesalon)
11
12
include(build.config)
13
14
add_subdirectory(src)
15