diff options
| author | Ray <[email protected]> | 2024-07-04 11:12:20 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-07-04 11:12:20 +0200 |
| commit | c95b2e88b703e7fee5e7f4e7b0c01906c58f794c (patch) | |
| tree | bcb4a13ac476be3b2f0cc9d69dc954a532b92bc1 /projects/VS2022 | |
| parent | 8fbb447a6d3696766443316afeef6d033629409d (diff) | |
| download | raylib-c95b2e88b703e7fee5e7f4e7b0c01906c58f794c.tar.gz raylib-c95b2e88b703e7fee5e7f4e7b0c01906c58f794c.zip | |
Example review
Diffstat (limited to 'projects/VS2022')
| -rw-r--r-- | projects/VS2022/examples/models_loading_gltf.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/VS2022/examples/models_loading_gltf.vcxproj b/projects/VS2022/examples/models_loading_gltf.vcxproj index 141fb942..aba2e684 100644 --- a/projects/VS2022/examples/models_loading_gltf.vcxproj +++ b/projects/VS2022/examples/models_loading_gltf.vcxproj @@ -377,6 +377,9 @@ <ClCompile Include="..\..\..\examples\models\models_loading_gltf.c" /> </ItemGroup> <ItemGroup> + <ResourceCompile Include="..\..\..\examples\examples.rc" /> + </ItemGroup> + <ItemGroup> <ProjectReference Include="..\raylib\raylib.vcxproj"> <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project> </ProjectReference> |
