Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3f8a59a05c7d2c65020bd2a756d2c6d5a196bec2
/
.
/
Tests
/
Jump
/
CMakeLists.txt
blob: 4c5ad303f1c887053398e324c8cafa0879bfc882 [
file
]
cmake_minimum_required (VERSION 2.6)
project(Jump)
set(CMAKE_IGNORE_DEPENDENCIES_ORDERING 1)
add_subdirectory(Executable)
add_subdirectory(Library)