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
|
||||
../pcbnew
|
||||
../polygon
|
||||
${GLEW_INCLUDE_DIR}
|
||||
${INC_AFTER}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue