16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-17 23:39:18 +02:00

always use included glfw for build

This commit is contained in:
WLs50
2025-03-09 21:22:35 +01:00
parent 548f4263d0
commit 33ffcaf66b

View File

@@ -265,7 +265,7 @@ if (WITH_OPENGL_LEGACY)
set(DEFINITIONS ${DEFINITIONS} "WITH_OPENGL_LEGACY")
endif()
find_package(glfw3 3.4 REQUIRED)
add_subdirectory("${DEPS_DIR}/glfw/" EXCLUDE_FROM_ALL)
set(SOURCES ${SOURCES} "extras/piped_proc.cpp" "widgets/cameraview_extcam.cpp")