mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
0eea32a376
Changes in cmVisualStudio10TargetGenerator::Generate to write .Net SDK-style project for VS generators VS 19 and above. Also adds documentation and tests. Issue: #20227
4 lines
102 B
CMake
4 lines
102 B
CMake
cmake_minimum_required(VERSION 3.22.0)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|