[496/906] cmake build: add path to config.h on APPLE

This commit is contained in:
Julien Isorce 2012-04-20 10:26:30 +02:00 committed by Matthew Waters
parent a1649a497a
commit 865e431a75

View file

@ -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