mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
6 lines
112 B
CMake
6 lines
112 B
CMake
PROJECT(Jump)
|
|
|
|
SET(CMAKE_IGNORE_DEPENDENCIES_ORDERING 1)
|
|
ADD_SUBDIRECTORY(Executable)
|
|
ADD_SUBDIRECTORY(Library)
|