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 0dcd79e commit a86b9d0Copy full SHA for a86b9d0
samples/CMakeLists.txt
@@ -289,12 +289,12 @@ target_include_directories(sample_nointrospection PRIVATE
289
${CMAKE_CURRENT_SOURCE_DIR}/../include
290
${CMAKE_CURRENT_SOURCE_DIR}/../PEGTL/include)
291
292
-# learn
293
-add_executable(learn star_wars/sample.cpp)
294
-target_link_libraries(learn PRIVATE
+# learn_star_wars
+add_executable(learn_star_wars star_wars/sample.cpp)
+target_link_libraries(learn_star_wars PRIVATE
295
star_wars
296
graphqljson)
297
-target_include_directories(learn PRIVATE
+target_include_directories(learn_star_wars PRIVATE
298
299
300
0 commit comments