mirror of
https://github.com/reactos/CMake.git
synced 2025-01-01 08:18:33 +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)
|