Commit 30b01445 authored by jan.koester's avatar jan.koester
Browse files

test

parent b398dc78
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)

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
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@
#include <compare>
#include <string_view>
#include <array>

#include <algorithm>
#include <fstream>