File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ INCLUDE_DIRECTORIES(
23
23
${CMAKE_SOURCE_DIR} /storage/ndb/include/util
24
24
${CMAKE_BINARY_DIR} /storage/ndb/tools )
25
25
26
+ IF (NOT WINDOWS )
26
27
ADD_CONVENIENCE_LIBRARY (ndbtools
27
28
NdbImport.cpp
28
29
NdbImportImpl.cpp
@@ -43,6 +44,7 @@ RUN_BISON(
43
44
${CMAKE_CURRENT_BINARY_DIR} /NdbImportCsvGram.hpp
44
45
NdbImportCsv_yy
45
46
)
47
+ ENDIF ()
46
48
47
49
MYSQL_ADD_EXECUTABLE (ndb_waiter
48
50
waiter.cpp
@@ -94,6 +96,7 @@ MYSQL_ADD_EXECUTABLE(ndb_restore
94
96
COMPONENT ClusterTools )
95
97
TARGET_LINK_LIBRARIES (ndb_restore ndbclient_static ndbNDBT )
96
98
99
+ IF (NOT WINDOWS )
97
100
MYSQL_ADD_EXECUTABLE (ndb_import
98
101
ndb_import.cpp
99
102
COMPONENT ClusterTools )
@@ -104,6 +107,7 @@ NDB_ADD_TEST(NdbImportUtil-t NdbImportUtil.cpp
104
107
105
108
NDB_ADD_TEST (NdbImportCsv-t NdbImportCsv.cpp
106
109
LIBS ndbtools ndbclient_static regex )
110
+ ENDIF ()
107
111
108
112
MYSQL_ADD_EXECUTABLE (ndb_config
109
113
ndb_config.cpp
You can’t perform that action at this time.
0 commit comments