mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Revert "[build][cmake] Improve cmake config file generation (#4541)"
This reverts commit c53dd8a931.
This commit is contained in:
@ -125,3 +125,7 @@ if (NOT GRAPHICS)
|
||||
endif ()
|
||||
|
||||
set(LIBS_PRIVATE ${LIBS_PRIVATE} ${OPENAL_LIBRARY})
|
||||
|
||||
if (${PLATFORM} MATCHES "Desktop")
|
||||
set(LIBS_PRIVATE ${LIBS_PRIVATE} glfw)
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user