File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
serious_python_windows/windows Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 11# Project-level configuration.
22cmake_minimum_required (VERSION 3.14)
3- set (CMAKE_CXX_STANDARD 23)
43project (flask_example LANGUAGES CXX)
54
65# The name of the executable created for the application. Change this to change
Original file line number Diff line number Diff line change 11# Project-level configuration.
22cmake_minimum_required (VERSION 3.14)
3- set (CMAKE_CXX_STANDARD 23)
43project (flet_example LANGUAGES CXX)
54
65# The name of the executable created for the application. Change this to change
Original file line number Diff line number Diff line change 11# Project-level configuration.
22cmake_minimum_required (VERSION 3.14)
3- set (CMAKE_CXX_STANDARD 23)
43project (run_example LANGUAGES CXX)
54
65# The name of the executable created for the application. Change this to change
Original file line number Diff line number Diff line change 33# version, as doing so will cause the plugin to fail to compile for some
44# customers of the plugin.
55cmake_minimum_required (VERSION 3.14)
6- set (CMAKE_CXX_STANDARD 23)
76
87# Project-level configuration.
98set (PROJECT_NAME "serious_python_windows" )
You can’t perform that action at this time.
0 commit comments