repo.or.cz
/
physicssim.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Separated project into src, doc and test directories.
[physicssim.git]
/
CMakeLists.txt
blob
958fdda76a32fc02dbe7887d3d3cbcf1fdfecfab
1
cmake_minimum_required(VERSION 2.6)
2
PROJECT(PhysicsSim)
3
4
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/)
5
6
ADD_SUBDIRECTORY(src)
7
ENABLE_TESTING()
8
ADD_SUBDIRECTORY(test)
9
ADD_SUBDIRECTORY(doc)