File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ endif()
76
76
add_library (separategraphql
77
77
today/SeparateToday.cpp
78
78
$< TARGET_OBJECTS:separateschema> )
79
+ add_dependencies (separategraphql separateschema )
79
80
target_link_libraries (separategraphql PUBLIC graphqlservice )
80
81
target_include_directories (separategraphql PUBLIC
81
82
$< TARGET_PROPERTY:separateschema,INCLUDE_DIRECTORIES>
@@ -98,7 +99,6 @@ if(GRAPHQL_BUILD_TESTS)
98
99
${CMAKE_CURRENT_SOURCE_DIR} /../include
99
100
${CMAKE_CURRENT_SOURCE_DIR} /../PEGTL/include
100
101
unified )
101
- add_bigobj_flag (unifiedschema )
102
102
103
103
if (GRAPHQL_UPDATE_SAMPLES )
104
104
# wait for the sample update to complete
@@ -108,8 +108,10 @@ if(GRAPHQL_BUILD_TESTS)
108
108
add_library (unifiedgraphql
109
109
today/UnifiedToday.cpp
110
110
$< TARGET_OBJECTS:unifiedschema> )
111
+ add_dependencies (unifiedgraphql unifiedschema )
111
112
target_link_libraries (unifiedgraphql PUBLIC graphqlservice )
112
113
target_include_directories (unifiedgraphql PUBLIC
113
114
$< TARGET_PROPERTY:unifiedschema,INCLUDE_DIRECTORIES>
114
115
today )
116
+ add_bigobj_flag (unifiedgraphql )
115
117
endif ()
You can’t perform that action at this time.
0 commit comments