Skip to content

Commit

Permalink
build: allow conan to install missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed May 5, 2024
1 parent 2dab334 commit e85b3c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ lib, *.dylib* -> ./build/bin
./res/bindings, imgui_impl_glfw.h -> ./external
./res/bindings, imgui_impl_vulkan.h -> ./external
./bin, glslangValidator -> ./bin
./bin, glslangValidator.exe -> ./bin
./bin, glslangValidator.exe -> ./bin

[options]
tools.system.package_manager:mode=install

0 comments on commit e85b3c9

Please sign in to comment.