6 lines
179 B
CMake
6 lines
179 B
CMake
|
cmake_minimum_required(VERSION 3.13)
|
||
|
project(WithProject LANGUAGES NONE)
|
||
|
|
||
|
set_property(GLOBAL PROPERTY FetchWithProject YES)
|
||
|
message(STATUS "Confirmation project has been added")
|