repo.or.cz
/
umd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Made the source tree a little nicer, added some info for Fedora users.
[umd.git]
/
CMakeLists.txt
blob
903b390d6cc89a70179000dce8c68c124c4f8ba0
1
cmake_minimum_required(VERSION 2.6)
2
3
project(umd)
4
enable_testing()
5
6
add_subdirectory(src)
7
add_subdirectory(tests)