-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathFsl.gen
More file actions
36 lines (36 loc) · 2.05 KB
/
Copy pathFsl.gen
File metadata and controls
36 lines (36 loc) · 2.05 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
<?xml version="1.0" encoding="UTF-8"?>
<FslBuildGen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../FslBuildGen.xsd">
<ExternalLibrary Name="Recipe.RapidVulkan_1_4_321" CreationYear="2017">
<Dependency Name="VulkanBase"/>
<Platform Name="Android">
<ExperimentalRecipe Name="RapidVulkan" Version="1.4.321.1" Find="false">
<Pipeline>
<Download URL="https://github.com/Unarmed1000/RapidVulkan/archive/1.4.321.1.tar.gz" To="RapidVulkan-1.4.321.1.tar.gz" Hash="499cad16dcc79bfd6b70854a9affc72a21323ce1c5366759ab596bd80ceb428a"/>
<Unpack File="RapidVulkan-1.4.321.1.tar.gz" OutputPath="RapidVulkan-1.4.321.1"/>
<CMakeBuild Project="RapidVulkan" Target="install" Configuration="release" OutputPath="_Install"/>
</Pipeline>
<Installation>
<AddHeaders Name="include"/>
<Path Name="include/RapidVulkan/Check.hpp" Method="IsFile"/>
<Path Name="include/RapidVulkan/CheckError.hpp" Method="IsFile"/>
<Path Name="include/RapidVulkan/Device.hpp" Method="IsFile"/>
</Installation>
</ExperimentalRecipe>
</Platform>
<Platform Name="*">
<ExperimentalRecipe Name="RapidVulkan" Version="1.4.321.1" Find="true">
<Pipeline>
<Download URL="https://github.com/Unarmed1000/RapidVulkan/archive/1.4.321.1.tar.gz" To="RapidVulkan-1.4.321.1.tar.gz" Hash="499cad16dcc79bfd6b70854a9affc72a21323ce1c5366759ab596bd80ceb428a"/>
<Unpack File="RapidVulkan-1.4.321.1.tar.gz" OutputPath="RapidVulkan-1.4.321.1"/>
<CMakeBuild Project="RapidVulkan" Target="install" Configuration="release" OutputPath="_Install"/>
</Pipeline>
<Installation>
<AddHeaders Name="include"/>
<Path Name="include/RapidVulkan/Check.hpp" Method="IsFile"/>
<Path Name="include/RapidVulkan/CheckError.hpp" Method="IsFile"/>
<Path Name="include/RapidVulkan/Device.hpp" Method="IsFile"/>
</Installation>
</ExperimentalRecipe>
</Platform>
</ExternalLibrary>
</FslBuildGen>