GitHub plugin build configuration fixes.

* The github plugin includes the CURL headers indirectly, so these headers
  need to be in the include search path.
This commit is contained in:
Simon Richter 2016-01-28 12:30:55 -05:00 committed by Wayne Stambaugh
parent 23e8c3ebf3
commit 7e697e8ef7
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
# These are additions to any inherited from pcbnew dir:
include_directories( . )
include_directories( ${CURL_INCLUDE_DIRS} )
set( GITHUB_PLUGIN_SRCS
github_plugin.cpp
github_getliblist.cpp