This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ option(GLFW_BUILD_EXAMPLES "" OFF)
12
12
option (GLFW_BUILD_TESTS "" OFF )
13
13
option (GLFW_BUILD_DOCS "" OFF )
14
14
option (GLFW_INSTALL "" OFF )
15
- add_subdirectory (${CMAKE_SOURCE_DIR} /../../../ third_party/glfw glfw)
15
+ add_subdirectory (${CMAKE_SOURCE_DIR} /../../third_party/glfw glfw)
16
16
target_link_libraries (flutter_glfw glfw)
17
- include_directories (${CMAKE_SOURCE_DIR} /../../../ third_party/glfw/include )
17
+ include_directories (${CMAKE_SOURCE_DIR} /../../third_party/glfw/include )
18
18
19
19
############################################################
20
20
# Flutter Engine
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ option(GLFW_BUILD_DOCS "" OFF)
13
13
option (GLFW_INSTALL "" OFF )
14
14
find_package (OpenGL REQUIRED COMPONENTS EGL)
15
15
include_directories (${OPENGL_INCLUDE_DIRS} )
16
- add_subdirectory (${CMAKE_SOURCE_DIR} /../../../ third_party/glfw glfw)
16
+ add_subdirectory (${CMAKE_SOURCE_DIR} /../../third_party/glfw glfw)
17
17
target_link_libraries (flutter_glfw glfw OpenGL::EGL)
18
- include_directories (${CMAKE_SOURCE_DIR} /../../../ third_party/glfw/include )
18
+ include_directories (${CMAKE_SOURCE_DIR} /../../third_party/glfw/include )
19
19
20
20
############################################################
21
21
# Flutter Engine
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ target_link_libraries(${EXE_NAME} PRIVATE Vulkan::Vulkan)
30
30
31
31
# Dependency: GLFW
32
32
33
- set (GLFW_REPOSITORY ${CMAKE_SOURCE_DIR} /../../../ third_party/glfw)
33
+ set (GLFW_REPOSITORY ${CMAKE_SOURCE_DIR} /../../third_party/glfw)
34
34
35
35
set (BUILD_SHARED_LIBS OFF )
36
36
set (GLFW_BUILD_DOCS OFF CACHE BOOL "" FORCE)
You can’t perform that action at this time.
0 commit comments