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 2c6aa7a commit 250fd87Copy full SHA for 250fd87
src/CMakeLists.txt
@@ -111,8 +111,8 @@ target_link_libraries(graphqlservice PUBLIC
111
graphqlpeg
112
Threads::Threads)
113
target_link_libraries(graphqlservice PUBLIC graphqlresponse)
114
-target_include_directories(graphqlservice SYSTEM PRIVATE
115
- ${CMAKE_CURRENT_BINARY_DIR}/../include)
+target_include_directories(graphqlservice PUBLIC
+ $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/../include>)
116
117
if(WIN32 AND BUILD_SHARED_LIBS)
118
target_compile_definitions(graphqlservice
0 commit comments