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
Branches
Tags
1 merge request!26Resolve "Kamera - Erstellung und Handling"
Pipeline #25038 passed
......@@ -18,7 +18,7 @@ if(MSVC)
endif()
# 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
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.
Please register or to comment