Skip to content

Commit

Permalink
deploy: c484eba
Browse files Browse the repository at this point in the history
  • Loading branch information
KaruroChori committed Jan 10, 2025
1 parent f52a5bd commit 6b2b4fc
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Binary file not shown.
Binary file modified next/docs/dist/website/doxygen/latex/vs-templ_8hpp__incl.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion next/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@

<!--
MkDocs version : 1.6.1
Build Date UTC : 2025-01-09 23:45:16.478988+00:00
Build Date UTC : 2025-01-10 14:16:07.128983+00:00
-->
8 changes: 4 additions & 4 deletions next/docs/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(
default_options: ['cpp_std=c++20'],
)

add_project_arguments( ['-Wno-vla-cxx-extension'], language: 'cpp')
add_project_arguments(['-Wno-vla-cxx-extension'], language: 'cpp')

cmake = import('cmake')

Expand All @@ -15,16 +15,16 @@ if pugixml_dep.found() == false
pugixml_opts = []
if host_machine.cpu() == 'wasm32'
pugixml_opts += ['no_exceptions=true']
endif
pugixml_proj = subproject('pugixml', default_options:pugixml_opts)
endif
pugixml_proj = subproject('pugixml', default_options: pugixml_opts)
pugixml_dep = pugixml_proj.get_variable('pugixml_dep')
endif

frozen_proj = cmake.subproject('frozen')
frozen_dep = frozen_proj.dependency('frozen')

vs_templ_lib = library(
'vs-templ-lib',
'vs-templ',
[
'src/vs-templ.cpp',
'src/utils.cpp',
Expand Down
Binary file modified next/docs/sitemap.xml.gz
Binary file not shown.
Binary file modified next/doxygen/latex/vs-templ_8hpp__dep__incl.pdf
Binary file not shown.
Binary file modified next/doxygen/latex/vs-templ_8hpp__incl.pdf
Binary file not shown.

0 comments on commit 6b2b4fc

Please sign in to comment.