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 1769f19 commit 4e0cc8cCopy full SHA for 4e0cc8c
samples/client/CMakeLists.txt
@@ -9,10 +9,9 @@ add_subdirectory(subscribe)
9
add_subdirectory(nestedinput)
10
add_subdirectory(multiple)
11
12
-add_subdirectory(benchmark)
13
-
14
if(GRAPHQL_BUILD_MODULES)
15
# client_benchmark
+ add_subdirectory(benchmark)
16
add_executable(client_benchmark benchmark.cpp)
17
target_link_libraries(client_benchmark PRIVATE
18
benchmark_client)
0 commit comments