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.
1 parent bbd0ebe commit d7eafd7Copy full SHA for d7eafd7
CMakeLists.txt
@@ -21,7 +21,7 @@ elseif(WIN32)
21
set(CPPRESTSDK_LIB cpprestsdk::cpprest)
22
endif()
23
24
-target_include_directories(graphqlservice SYSTEM PUBLIC ${CMAKE_PREFIX_PATH}/include)
+target_include_directories(graphqlservice SYSTEM PUBLIC ${CMAKE_PREFIX_PATH}/include ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR})
25
target_link_libraries(graphqlservice ${CPPRESTSDK_LIB} ${GRAPHQLPARSER})
26
target_link_libraries(schemagen ${CPPRESTSDK_LIB} ${GRAPHQLPARSER})
27
0 commit comments