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

[#57] Added framework includes to allow usage of vulkan.hpp

parent 7d1cde57
No related branches found
No related tags found
1 merge request!44Resolve "Material (Modul)"
Pipeline #25959 failed
...@@ -20,10 +20,10 @@ set(vkcv_material_sources ...@@ -20,10 +20,10 @@ set(vkcv_material_sources
add_library(vkcv_material STATIC ${vkcv_material_sources}) add_library(vkcv_material STATIC ${vkcv_material_sources})
# link the required libraries to the module # link the required libraries to the module
target_link_libraries(vkcv_material vkcv) target_link_libraries(vkcv_material vkcv ${vkcv_libraries})
# including headers of dependencies and the VkCV framework # including headers of dependencies and the VkCV framework
target_include_directories(vkcv_material SYSTEM BEFORE PRIVATE ${vkcv_include}) target_include_directories(vkcv_material SYSTEM BEFORE PRIVATE ${vkcv_include} ${vkcv_includes})
# add the own include directory for public headers # add the own include directory for public headers
target_include_directories(vkcv_material BEFORE PUBLIC ${vkcv_material_include}) target_include_directories(vkcv_material BEFORE PUBLIC ${vkcv_material_include})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment