2
0
mirror of https://github.com/wolfpld/tracy synced 2026-01-19 04:52:09 +00:00

Fix emscripten build.

This commit is contained in:
Bartosz Taudul
2025-07-12 18:19:56 +02:00
parent e77240a47d
commit b58388316a
3 changed files with 12 additions and 10 deletions

View File

@@ -194,6 +194,15 @@ CPMAddPackage(
EXCLUDE_FROM_ALL TRUE
)
# json
CPMAddPackage(
NAME json
GITHUB_REPOSITORY nlohmann/json
GIT_TAG v3.12.0
EXCLUDE_FROM_ALL TRUE
)
if(NOT EMSCRIPTEN)
# base64
@@ -222,15 +231,6 @@ if(NOT EMSCRIPTEN)
EXCLUDE_FROM_ALL TRUE
)
# json
CPMAddPackage(
NAME json
GITHUB_REPOSITORY nlohmann/json
GIT_TAG v3.12.0
EXCLUDE_FROM_ALL TRUE
)
# usearch
CPMAddPackage(