mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-22 07:24:34 +00:00
also fix typo in example and tests
This commit is contained in:
parent
a394a862bd
commit
81f542e119
@ -4,7 +4,7 @@ target_link_libraries(vk-bootstrap-triangle
|
||||
glfw
|
||||
vk-bootstrap
|
||||
vk-bootstrap-compiler-warnings
|
||||
vk-boostrap-vulkan-headers)
|
||||
vk-bootstrap-vulkan-headers)
|
||||
target_include_directories(vk-bootstrap-triangle PRIVATE ${CMAKE_CURRENT_BINARY_DIR}) #path to build directory for shaders
|
||||
|
||||
add_custom_command(
|
||||
@ -18,4 +18,4 @@ add_custom_command(
|
||||
configure_file (
|
||||
"${PROJECT_SOURCE_DIR}/example/example_config.h.in"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/example_config.h"
|
||||
)
|
||||
)
|
||||
|
@ -2,8 +2,8 @@ add_executable(vk-bootstrap-test main.cpp bootstrap_tests.cpp error_code_tests.c
|
||||
target_link_libraries(vk-bootstrap-test
|
||||
PRIVATE
|
||||
vk-bootstrap
|
||||
vk-boostrap-vulkan-headers
|
||||
vk-bootstrap-vulkan-headers
|
||||
vk-bootstrap-compiler-warnings
|
||||
glfw
|
||||
Catch2
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user