Loading CMakeLists.txt +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ project(libhtmlpp CXX) cmake_minimum_required(VERSION 3.23) enable_testing () set(CXX_STANDARD 23) set(CXX_EXTENSIONS ON) set(LIBV "1.0.0") set(Upstream_VERSION 1.0.0) Loading CppProperties.json 0 → 100644 +21 −0 Original line number Diff line number Diff line { "configurations": [ { "inheritEnvironments": [ "msvc_x64" ], "name": "x64-Debug", "includePath": [ "${env.INCLUDE}", "${workspaceRoot}\\**" ], "defines": [ "WIN32", "_DEBUG", "UNICODE", "_UNICODE" ], "intelliSenseMode": "windows-msvc-x64" } ] } No newline at end of file src/html.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ #include <compare> #include <string_view> #include <array> #include <algorithm> #include <fstream> Loading Loading
CMakeLists.txt +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ project(libhtmlpp CXX) cmake_minimum_required(VERSION 3.23) enable_testing () set(CXX_STANDARD 23) set(CXX_EXTENSIONS ON) set(LIBV "1.0.0") set(Upstream_VERSION 1.0.0) Loading
CppProperties.json 0 → 100644 +21 −0 Original line number Diff line number Diff line { "configurations": [ { "inheritEnvironments": [ "msvc_x64" ], "name": "x64-Debug", "includePath": [ "${env.INCLUDE}", "${workspaceRoot}\\**" ], "defines": [ "WIN32", "_DEBUG", "UNICODE", "_UNICODE" ], "intelliSenseMode": "windows-msvc-x64" } ] } No newline at end of file
src/html.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ #include <compare> #include <string_view> #include <array> #include <algorithm> #include <fstream> Loading