mirror of
https://github.com/glfw/glfw.git
synced 2025-09-14 11:59:44 +00:00
Compare commits
3 Commits
dea9bc3ff9
...
e275072766
Author | SHA1 | Date | |
---|---|---|---|
|
e275072766 | ||
|
af862e56f5 | ||
|
c2daca5d27 |
@ -1,3 +1,4 @@
|
|||||||
include(CMakeFindDependencyMacro)
|
include(CMakeFindDependencyMacro)
|
||||||
find_dependency(Threads)
|
find_dependency(Threads)
|
||||||
include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake")
|
include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake")
|
||||||
|
add_library(glfw3::glfw3 ALIAS glfw)
|
||||||
|
@ -7,6 +7,8 @@ add_library(glfw ${GLFW_LIBRARY_TYPE}
|
|||||||
egl_context.c osmesa_context.c null_platform.h null_joystick.h
|
egl_context.c osmesa_context.c null_platform.h null_joystick.h
|
||||||
null_init.c null_monitor.c null_window.c null_joystick.c)
|
null_init.c null_monitor.c null_window.c null_joystick.c)
|
||||||
|
|
||||||
|
add_library(glfw3::glfw3 ALIAS glfw)
|
||||||
|
|
||||||
# The time, thread and module code is shared between all backends on a given OS,
|
# The time, thread and module code is shared between all backends on a given OS,
|
||||||
# including the null backend, which still needs those bits to be functional
|
# including the null backend, which still needs those bits to be functional
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
|
Loading…
Reference in New Issue
Block a user