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:
parent
23e8c3ebf3
commit
7e697e8ef7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue