We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 815cfe3 + b942a1c commit 3b90e7cCopy full SHA for 3b90e7c
1 file changed
CMakeLists.txt
@@ -24,7 +24,7 @@ add_definitions(-fPIC) # Position Independant Code
24
add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0)
25
add_definitions(-std=c++11) # Needed for std::to_string(), ...
26
27
-include_directories(${CMAKE_CURRENT_BINARY_DIR}) # needed to include generated pb headers
+include_directories(${CMAKE_CURRENT_BINARY_DIR} ${Protobuf_INCLUDE_DIRS}) # needed to include generated pb headers
28
29
add_library(${PROJECT_NAME}
30
${PROTO_SRCS} ${PROTO_HDRS}
0 commit comments