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 +)