Speed up CI by using ninja and parallel build (#1347)
* chore(CI): speed up CI by using ninja and parallel build * chore(CI): align compiler for c and cxx * fix(samples): add dependency to generator * fix(cmake): get rid of file glob * chore(CI): use clang on mac glfw don't support gcc on mac * fix(sample): add depencency on build_vulkan_hpp * fix(cmake): make sure every target in tests and samples link to utils
This commit is contained in:
@@ -36,6 +36,10 @@ add_library(utils
|
||||
${HEADERS}
|
||||
)
|
||||
|
||||
if (VULKAN_HPP_RUN_GENERATOR)
|
||||
add_dependencies(utils build_vulkan_hpp)
|
||||
endif()
|
||||
|
||||
target_link_libraries(utils PUBLIC glm)
|
||||
target_link_libraries(utils PUBLIC glfw)
|
||||
target_link_libraries(utils PUBLIC glslang)
|
||||
|
||||
Reference in New Issue
Block a user