repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated formatting of documentation plus a little reorganization.
[cmake.git]
/
Tests
/
Jump
/
CMakeLists.txt
blob
4bdafd09bb41c5f1bb690b74ad481a043c8d477c
1
cmake_minimum_required (VERSION 2.6)
2
PROJECT(Jump)
3
4
SET(CMAKE_IGNORE_DEPENDENCIES_ORDERING 1)
5
ADD_SUBDIRECTORY(Executable)
6
ADD_SUBDIRECTORY(Library)