mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-13 11:34:10 +00:00
[496/906] cmake build: add path to config.h on APPLE
This commit is contained in:
parent
a1649a497a
commit
865e431a75
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ if (WIN32)
|
|||
../../../win32/common)
|
||||
endif (WIN32)
|
||||
|
||||
if (APPLE)
|
||||
include_directories(AFTER ../..)
|
||||
endif (APPLE)
|
||||
|
||||
add_library (gstopengl MODULE
|
||||
gstopengl.c
|
||||
gstglimagesink.c
|
||||
|
|
Loading…
Reference in a new issue