6 lines
179 B
CMake
Raw Normal View History

2019-11-11 23:01:05 +01:00
cmake_minimum_required(VERSION 3.13)
project(WithProject LANGUAGES NONE)
set_property(GLOBAL PROPERTY FetchWithProject YES)
message(STATUS "Confirmation project has been added")