Skip to content

Commit

Permalink
Adding Thrift to the include path of LspService, as required by the i…
Browse files Browse the repository at this point in the history
…ncluded models upon build.
  • Loading branch information
mcserep authored Jun 18, 2019
1 parent 0a0f585 commit 539c672
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service/lsp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ include_directories(
${CMAKE_BINARY_DIR}/model/include
${CMAKE_BINARY_DIR}/plugins/cpp/model/include)

include_directories(SYSTEM)
include_directories(SYSTEM
${THRIFT_LIBTHRIFT_INCLUDE_DIRS})

add_library(lspservice SHARED
src/lspservice.cpp
Expand Down

0 comments on commit 539c672

Please sign in to comment.