forked from Meituan-Dianping/SQLAdvisor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDependInfo.cmake
More file actions
35 lines (30 loc) · 1003 Bytes
/
Copy pathDependInfo.cmake
File metadata and controls
35 lines (30 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# The set of languages for which implicit dependencies are needed:
SET(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Preprocessor definitions for this target.
SET(CMAKE_TARGET_DEFINITIONS
"HAVE_CONFIG_H"
"HAVE_EVENT_SCHEDULER"
"HAVE_POOL_OF_THREADS"
"MYSQL_SERVER"
)
# Pairs of files generated by the same build rule.
SET(CMAKE_MULTIPLE_OUTPUT_PAIRS
"/home/longxuegang/dba_public_scripts_tools/sqlparser/sql/sql_yacc.h" "/home/longxuegang/dba_public_scripts_tools/sqlparser/sql/sql_yacc.cc"
)
# Targets to which this target links.
SET(CMAKE_TARGET_LINKED_INFO_FILES
)
# The include file search paths:
SET(CMAKE_C_TARGET_INCLUDE_PATH
"include"
"sql"
"regex"
"zlib"
"extra/yassl/include"
"extra/yassl/taocrypt/include"
)
SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})