Skip to content

Commit

Permalink
Fix Vulkan embedder example
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantine Shablya committed Jan 21, 2023
1 parent 46ea2b3 commit f2a5602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vulkan_glfw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set(GLFW_VULKAN_STATIC OFF CACHE BOOL "" FORCE)
add_subdirectory(${GLFW_REPOSITORY} build_glfw)

target_link_libraries(${EXE_NAME} PRIVATE glfw)
target_include_directories(${EXE_NAME} PRIVATE $(GLFW_REPOSITORY)/include)
target_include_directories(${EXE_NAME} PRIVATE ${GLFW_REPOSITORY}/include)


# Dependency: Flutter Engine
Expand Down
1 change: 1 addition & 0 deletions examples/vulkan_glfw/src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <chrono>
#include <cstdlib>
#include <iostream>
#include <optional>
Expand Down

0 comments on commit f2a5602

Please sign in to comment.