mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
PR: 223002 Submitted by: Greg V <greg@unrelenting.technology> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13112
18 lines
474 B
Text
18 lines
474 B
Text
--- retrace/CMakeLists.txt.orig 2017-10-13 17:18:18 UTC
|
|
+++ retrace/CMakeLists.txt
|
|
@@ -123,6 +123,7 @@ if (WIN32 OR APPLE OR X11_FOUND)
|
|
retrace_common
|
|
glretrace_common
|
|
glhelpers
|
|
+ glproc
|
|
glproc_gl
|
|
)
|
|
|
|
@@ -169,6 +170,7 @@ if (ENABLE_EGL AND X11_FOUND AND NOT WIN
|
|
retrace_common
|
|
glretrace_common
|
|
glhelpers
|
|
+ glproc
|
|
glproc_egl
|
|
${X11_X11_LIB}
|
|
${CMAKE_THREAD_LIBS_INIT}
|