cmake/Tests/Jump/CMakeLists.txt

7 lines
149 B
CMake
Raw Normal View History

cmake_minimum_required (VERSION 2.6)
2013-03-16 19:13:01 +02:00
project(Jump)
2013-03-16 19:13:01 +02:00
set(CMAKE_IGNORE_DEPENDENCIES_ORDERING 1)
add_subdirectory(Executable)
add_subdirectory(Library)