mirror of
https://github.com/reactos/CMake.git
synced 2025-01-10 13:41:20 +00: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)
|