[496/906] cmake build: add path to config.h on APPLE
This commit is contained in:
parent
a1649a497a
commit
865e431a75
@ -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…
x
Reference in New Issue
Block a user