-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathFsl.gen
More file actions
39 lines (37 loc) · 2.08 KB
/
Copy pathFsl.gen
File metadata and controls
39 lines (37 loc) · 2.08 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
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<FslBuildGen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../FslBuildGen.xsd">
<ExternalLibrary Name="Recipe.fmt_11_2" CreationYear="2023">
<Default.Platform.Supported Value="false"/>
<Platform Name="Android;Ubuntu;QNX;Emscripten" Supported="true">
<ExperimentalRecipe Name="fmt" Version="11.2.0" Find="false">
<Pipeline>
<Download URL="https://github.com/fmtlib/fmt/releases/download/11.2.0/fmt-11.2.0.zip" To="fmt-11.2.0.zip" Hash="203eb4e8aa0d746c62d8f903df58e0419e3751591bb53ff971096eaa0ebd4ec3"/>
<Unpack File="fmt-11.2.0.zip" OutputPath="fmt-11.2.0"/>
<CMakeBuild Project="fmt" Target="install" Configuration="release" Options="-DFMT_DOC=OFF -DFMT_TEST=OFF" OutputPath="_Install"/>
</Pipeline>
<Installation>
<AddHeaders Name="include"/>
<AddLib Name="lib/libfmt.a"/>
<Path Name="include/fmt/format.h" Method="IsFile"/>
<Path Name="include/fmt/printf.h" Method="IsFile"/>
</Installation>
</ExperimentalRecipe>
</Platform>
<Platform Name="Windows" Supported="true">
<!-- Disabled find as clang tidy fails to locate headers-->
<ExperimentalRecipe Name="fmt" Version="11.2.0" Find="false">
<Pipeline>
<Download URL="https://github.com/fmtlib/fmt/releases/download/11.2.0/fmt-11.2.0.zip" To="fmt-11.2.0.zip" Hash="203eb4e8aa0d746c62d8f903df58e0419e3751591bb53ff971096eaa0ebd4ec3"/>
<Unpack File="fmt-11.2.0.zip" OutputPath="fmt-11.2.0"/>
<CMakeBuild Project="fmt" Target="install" Configuration="debug;release" Options="-DFMT_DOC=OFF -DFMT_TEST=OFF" OutputPath="_Install"/>
</Pipeline>
<Installation>
<AddHeaders Name="include"/>
<AddLib Name="lib/fmt.lib" DebugName="lib/fmtd.lib"/>
<Path Name="include/fmt/format.h" Method="IsFile"/>
<Path Name="include/fmt/printf.h" Method="IsFile"/>
</Installation>
</ExperimentalRecipe>
</Platform>
</ExternalLibrary>
</FslBuildGen>