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.
2 parents d89e010 + c6258b1 commit 942c335Copy full SHA for 942c335
samples/CMakeLists.txt
@@ -3,6 +3,8 @@
3
4
cmake_minimum_required(VERSION 3.8.2)
5
6
+file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unified)
7
+
8
# todaygraphql
9
add_custom_command(
10
OUTPUT
@@ -18,6 +20,8 @@ add_custom_command(
18
20
file(STRINGS separate/today_schema_files SEPARATE_SCHEMA_CPP)
19
21
list(TRANSFORM SEPARATE_SCHEMA_CPP PREPEND separate/)
22
23
+file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/separate)
24
25
26
27
separate/today_schema_files
0 commit comments