From 81f542e119b0bf14187f63c3b0f19bd93372788d Mon Sep 17 00:00:00 2001 From: Andreas Pokorny Date: Mon, 6 Sep 2021 23:06:44 +0200 Subject: [PATCH] also fix typo in example and tests --- example/CMakeLists.txt | 4 ++-- tests/CMakeLists.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index f7039fd..d6cdcde 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -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" -) \ No newline at end of file +) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 5a58dbe..493f652 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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 -) \ No newline at end of file +)