5 lines
85 B
CMake
5 lines
85 B
CMake
PROJECT(Jump)
|
|
|
|
SET(CMAKE_IGNORE_DEPENDENCIES_ORDERING 1)
|
|
SUBDIRS(Executable Library)
|