3D-Viewer now requires GLEW include - add GLEW_INCLUDE_DIR
This commit is contained in:
parent
94a46bf2df
commit
7b936f4d0c
|
@ -5,6 +5,7 @@ include_directories(
|
||||||
textures
|
textures
|
||||||
../pcbnew
|
../pcbnew
|
||||||
../polygon
|
../polygon
|
||||||
|
${GLEW_INCLUDE_DIR}
|
||||||
${INC_AFTER}
|
${INC_AFTER}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue