-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathFsl.gen
More file actions
31 lines (31 loc) · 1.78 KB
/
Copy pathFsl.gen
File metadata and controls
31 lines (31 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<FslBuildGen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../FslBuildGen.xsd">
<ExternalLibrary Name="Recipe.nlohmann_json_3_12" CreationYear="2021">
<Platform Name="*">
<ExperimentalRecipe Name="nlohmann_json" Version="3.12.0" Find="true">
<Pipeline>
<Download URL="https://github.com/nlohmann/json/archive/refs/tags/v3.12.0.tar.gz" To="nlohmann_json-3.12.0.tar.gz" Hash="4b92eb0c06d10683f7447ce9406cb97cd4b453be18d7279320f7b2f025c10187"/>
<Unpack File="nlohmann_json-3.12.0.tar.gz" OutputPath="json-3.12.0"/>
<CMakeBuild Project="nlohmann_json" Target="install" Configuration="release" Options="-DJSON_BuildTests=OFF" OutputPath="_Install"/>
</Pipeline>
<Installation>
<AddHeaders Name="include"/>
<Path Name="include/nlohmann/json.hpp" Method="IsFile"/>
</Installation>
</ExperimentalRecipe>
</Platform>
<Platform Name="Android;Emscripten">
<ExperimentalRecipe Name="nlohmann_json" Version="3.12.0" Find="false">
<Pipeline>
<Download URL="https://github.com/nlohmann/json/archive/refs/tags/v3.12.0.tar.gz" To="nlohmann_json-3.12.0.tar.gz" Hash="4b92eb0c06d10683f7447ce9406cb97cd4b453be18d7279320f7b2f025c10187"/>
<Unpack File="nlohmann_json-3.12.0.tar.gz" OutputPath="json-3.12.0"/>
<CMakeBuild Project="nlohmann_json" Target="install" Configuration="release" Options="-DJSON_BuildTests=OFF" OutputPath="_Install"/>
</Pipeline>
<Installation>
<AddHeaders Name="include"/>
<Path Name="include/nlohmann/json.hpp" Method="IsFile"/>
</Installation>
</ExperimentalRecipe>
</Platform>
</ExternalLibrary>
</FslBuildGen>