Fix GLM 3D viewer build configuration error.

This commit is contained in:
Kristian Nielsen 2015-12-14 19:43:00 -05:00 committed by Wayne Stambaugh
parent cccc314524
commit 6f4be750b5
1 changed files with 1 additions and 0 deletions

View File

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