Add missing include directory
The common library uses CURL.
This commit is contained in:
parent
c23c52834c
commit
e15ba3bf32
|
@ -4,6 +4,7 @@ include_directories(
|
||||||
./dialog_about
|
./dialog_about
|
||||||
${CAIRO_INCLUDE_DIR}
|
${CAIRO_INCLUDE_DIR}
|
||||||
${GLEW_INCLUDE_DIR}
|
${GLEW_INCLUDE_DIR}
|
||||||
|
${CURL_INCLUDE_DIRS}
|
||||||
../3d-viewer
|
../3d-viewer
|
||||||
../pcbnew
|
../pcbnew
|
||||||
../polygon
|
../polygon
|
||||||
|
|
Loading…
Reference in New Issue