3 lines
73 B
CMake
3 lines
73 B
CMake
|
|
cmake_minimum_required(VERSION 3.15)
|
||
|
|
add_executable(test WIN32 test.cpp)
|