Refactor the CMakeLists for all the samples; use vulkan.hpp/vulkan_raii.hpp as precompiled header.
This commit is contained in:
@@ -36,5 +36,5 @@ if (NOT TESTS_BUILD_ONLY_DYNAMIC)
|
||||
)
|
||||
|
||||
set_target_properties(DeviceFunctions PROPERTIES FOLDER "Tests")
|
||||
target_link_libraries(DeviceFunctions PRIVATE utils "${Vulkan_LIBRARIES}")
|
||||
target_link_libraries(DeviceFunctions PRIVATE utils ${Vulkan_LIBRARIES})
|
||||
endif()
|
||||
Reference in New Issue
Block a user