Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
25fc1b03
Commit
25fc1b03
authored
Mar 04, 2013
by
Olivier on SAMSUNG 64-bits
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Add domdoc.h in source list
modified: storage/connect/CMakeLists.txt
parent
0c70184b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
252 additions
and
252 deletions
+252
-252
storage/connect/CMakeLists.txt
storage/connect/CMakeLists.txt
+252
-252
No files found.
storage/connect/CMakeLists.txt
View file @
25fc1b03
...
...
@@ -131,22 +131,22 @@ IF(WIN32)
add_definitions
(
-DMSX6 -DDOMDOC_SUPPORT
)
message
(
STATUS
"MSXML library version: msxml6"
)
SET
(
MSXML_FOUND 1
)
SET
(
CONNECT_SOURCES
${
CONNECT_SOURCES
}
domdoc.cpp
)
SET
(
CONNECT_SOURCES
${
CONNECT_SOURCES
}
domdoc.cpp
domdoc.h
)
ELSEIF
(
MSXML_LIBRARY MATCHES .*msxml4[.].*
)
add_definitions
(
-DMSX4 -DDOMDOC_SUPPORT
)
message
(
"MSXML library version: msxml4"
)
SET
(
MSXML_FOUND 1
)
SET
(
CONNECT_SOURCES
${
CONNECT_SOURCES
}
domdoc.cpp
)
SET
(
CONNECT_SOURCES
${
CONNECT_SOURCES
}
domdoc.cpp
domdoc.h
)
ELSEIF
(
MSXML_LIBRARY MATCHES .*msxml3[.].*
)
message
(
"MSXML library version: msxml3"
)
add_definitions
(
-DMSX3 -DDOMDOC_SUPPORT
)
SET
(
MSXML_FOUND 1
)
SET
(
CONNECT_SOURCES
${
CONNECT_SOURCES
}
domdoc.cpp
)
SET
(
CONNECT_SOURCES
${
CONNECT_SOURCES
}
domdoc.cpp
domdoc.h
)
ELSEIF
(
MSXML_LIBRARY MATCHES .*msxml2[.].*
)
message
(
"MSXML library version: msxml2"
)
add_definitions
(
-DMXS2 -DDOMDOC_SUPPORT
)
SET
(
MSXML_FOUND 1
)
SET
(
CONNECT_SOURCES
${
CONNECT_SOURCES
}
domdoc.cpp
)
SET
(
CONNECT_SOURCES
${
CONNECT_SOURCES
}
domdoc.cpp
domdoc.h
)
ELSE
()
message
(
STATUS
"msxml? library not found"
)
ENDIF
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment