index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
Jump
/
CMakeLists.txt
blob: 3a506aa48ebfcc17c6e4f0141c0a32802dcaacda (
plain
)
1
2
3
4
PROJECT(Jump) SET(CMAKE_IGNORE_DEPENDENCIES_ORDERING 1) SUBDIRS(Executable Library)