mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 06:05:45 -04:00
CMake: FreeBSD build fix
cpuinfo is still broken, will fix that another day.
This commit is contained in:
@ -110,7 +110,7 @@ if(ENABLE_OPENGL)
|
|||||||
target_link_libraries(util PRIVATE "opengl32.lib")
|
target_link_libraries(util PRIVATE "opengl32.lib")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(LINUX OR FREEBSD OR ANDROID)
|
if(LINUX OR BSD OR ANDROID)
|
||||||
target_sources(util PRIVATE
|
target_sources(util PRIVATE
|
||||||
opengl_context_egl.cpp
|
opengl_context_egl.cpp
|
||||||
opengl_context_egl.h
|
opengl_context_egl.h
|
||||||
|
Reference in New Issue
Block a user