6122909c33
Add a VS_CONFIGURATION_TYPE target property to set this value explicitly. This is useful to build a Windows Kernel Mode Driver, for example.
4 lines
101 B
CMake
4 lines
101 B
CMake
cmake_minimum_required(VERSION 3.5.0)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|