summaryrefslogtreecommitdiff
path: root/Tests/Jump/CMakeLists.txt
blob: 4c5ad303f1c887053398e324c8cafa0879bfc882 (plain)
1
2
3
4
5
6
cmake_minimum_required (VERSION 2.6)
project(Jump)

set(CMAKE_IGNORE_DEPENDENCIES_ORDERING 1)
add_subdirectory(Executable)
add_subdirectory(Library)