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

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

parent c8beda07
No related branches found
No related tags found
1 merge request!69Resolve "Rework Asset Loader API"
Pipeline #25958 passed
...@@ -31,10 +31,10 @@ include(config/FX_GLTF.cmake) ...@@ -31,10 +31,10 @@ include(config/FX_GLTF.cmake)
include(config/STB.cmake) include(config/STB.cmake)
# link the required libraries to the module # link the required libraries to the module
target_link_libraries(vkcv_asset_loader ${vkcv_asset_loader_libraries} vkcv) target_link_libraries(vkcv_asset_loader ${vkcv_asset_loader_libraries} vkcv ${vkcv_libraries})
# including headers of dependencies and the VkCV framework # including headers of dependencies and the VkCV framework
target_include_directories(vkcv_asset_loader SYSTEM BEFORE PRIVATE ${vkcv_asset_loader_includes}) target_include_directories(vkcv_asset_loader SYSTEM BEFORE PRIVATE ${vkcv_asset_loader_includes} ${vkcv_includes})
# add the own include directory for public headers # add the own include directory for public headers
target_include_directories(vkcv_asset_loader BEFORE PUBLIC ${vkcv_asset_loader_include}) target_include_directories(vkcv_asset_loader BEFORE PUBLIC ${vkcv_asset_loader_include})
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