Skip to content

Commit c614893

Browse files
committed
Add comments indicating not to copy include statements
1 parent 1448d70 commit c614893

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

samples/client/benchmark/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
cmake_minimum_required(VERSION 3.8.2)
55

6+
# Normally this would be handled by find_package(cppgraphqlgen CONFIG).
67
include(${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/cppgraphqlgen-functions.cmake)
78

89
if(GRAPHQL_UPDATE_SAMPLES AND GRAPHQL_BUILD_CLIENTGEN)

samples/client/mutate/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
cmake_minimum_required(VERSION 3.8.2)
55

6+
# Normally this would be handled by find_package(cppgraphqlgen CONFIG).
67
include(${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/cppgraphqlgen-functions.cmake)
78

89
if(GRAPHQL_UPDATE_SAMPLES AND GRAPHQL_BUILD_CLIENTGEN)

samples/client/query/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
cmake_minimum_required(VERSION 3.8.2)
55

6+
# Normally this would be handled by find_package(cppgraphqlgen CONFIG).
67
include(${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/cppgraphqlgen-functions.cmake)
78

89
if(GRAPHQL_UPDATE_SAMPLES AND GRAPHQL_BUILD_CLIENTGEN)

samples/client/subscribe/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
cmake_minimum_required(VERSION 3.8.2)
55

6+
# Normally this would be handled by find_package(cppgraphqlgen CONFIG).
67
include(${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/cppgraphqlgen-functions.cmake)
78

89
if(GRAPHQL_UPDATE_SAMPLES AND GRAPHQL_BUILD_CLIENTGEN)

samples/learn/schema/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
cmake_minimum_required(VERSION 3.8.2)
55

6+
# Normally this would be handled by find_package(cppgraphqlgen CONFIG).
67
include(${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/cppgraphqlgen-functions.cmake)
78

89
if(GRAPHQL_UPDATE_SAMPLES)

samples/today/separate/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
cmake_minimum_required(VERSION 3.8.2)
55

6+
# Normally this would be handled by find_package(cppgraphqlgen CONFIG).
67
include(${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/cppgraphqlgen-functions.cmake)
78

89
if(GRAPHQL_UPDATE_SAMPLES)

samples/today/separate_nointrospection/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
cmake_minimum_required(VERSION 3.8.2)
55

6+
# Normally this would be handled by find_package(cppgraphqlgen CONFIG).
67
include(${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/cppgraphqlgen-functions.cmake)
78

89
if(GRAPHQL_UPDATE_SAMPLES)

samples/today/unified/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
cmake_minimum_required(VERSION 3.8.2)
55

6+
# Normally this would be handled by find_package(cppgraphqlgen CONFIG).
67
include(${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/cppgraphqlgen-functions.cmake)
78

89
if(GRAPHQL_UPDATE_SAMPLES)

samples/today/unified_nointrospection/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
cmake_minimum_required(VERSION 3.8.2)
55

6+
# Normally this would be handled by find_package(cppgraphqlgen CONFIG).
67
include(${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/cppgraphqlgen-functions.cmake)
78

89
if(GRAPHQL_UPDATE_SAMPLES)

samples/validation/schema/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
cmake_minimum_required(VERSION 3.8.2)
55

6+
# Normally this would be handled by find_package(cppgraphqlgen CONFIG).
67
include(${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/cppgraphqlgen-functions.cmake)
78

89
if(GRAPHQL_UPDATE_SAMPLES)

0 commit comments

Comments
 (0)