Skip to content
Snippets Groups Projects
Verified Commit 2a64c0a1 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#35] Fixed triangle application using cameras

parent a6b6fbb1
No related branches found
No related tags found
1 merge request!26Resolve "Kamera - Erstellung und Handling"
Pipeline #25038 passed
...@@ -18,7 +18,7 @@ if(MSVC) ...@@ -18,7 +18,7 @@ if(MSVC)
endif() endif()
# including headers of dependencies and the VkCV framework # including headers of dependencies and the VkCV framework
target_include_directories(first_triangle SYSTEM BEFORE PRIVATE ${vkcv_include} ${vkcv_includes} ${vkcv_testing_include}) target_include_directories(first_triangle SYSTEM BEFORE PRIVATE ${vkcv_include} ${vkcv_includes} ${vkcv_testing_include} ${vkcv_camera_include})
# linking with libraries from all dependencies and the VkCV framework # linking with libraries from all dependencies and the VkCV framework
target_link_libraries(first_triangle vkcv ${vkcv_libraries} vkcv_testing) target_link_libraries(first_triangle vkcv ${vkcv_libraries} vkcv_testing vkcv_camera)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment