3D-Viewer now requires GLEW include - add GLEW_INCLUDE_DIR

This commit is contained in:
Brian Sidebotham 2014-08-01 22:27:20 +01:00
parent 94a46bf2df
commit 7b936f4d0c
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ include_directories(
textures textures
../pcbnew ../pcbnew
../polygon ../polygon
${GLEW_INCLUDE_DIR}
${INC_AFTER} ${INC_AFTER}
) )