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
a1b52d12
Commit
a1b52d12
authored
Mar 29, 2006
by
knielsen@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add substitutions for .ini files.
parent
3f2cc44b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
cmakelists.txt
cmakelists.txt
+13
-1
No files found.
cmakelists.txt
View file @
a1b52d12
...
...
@@ -3,7 +3,19 @@ PROJECT(MySql)
# This reads user configuration, generated by configure.js.
INCLUDE
(
win/configure.data
)
CONFIGURE_FILE
(
${
CMAKE_SOURCE_DIR
}
/include/mysql_version.h.in
${
CMAKE_SOURCE_DIR
}
/include/mysql_version.h @ONLY
)
CONFIGURE_FILE
(
${
CMAKE_SOURCE_DIR
}
/include/mysql_version.h.in
${
CMAKE_SOURCE_DIR
}
/include/mysql_version.h @ONLY
)
SET
(
localstatedir
"C:
\\
mysql
\\
data"
)
CONFIGURE_FILE
(
${
CMAKE_SOURCE_DIR
}
/support-files/my-huge.cnf.sh
${
CMAKE_SOURCE_DIR
}
/support-files/my-huge.ini @ONLY
)
CONFIGURE_FILE
(
${
CMAKE_SOURCE_DIR
}
/support-files/my-innodb-heavy-4G.cnf.sh
${
CMAKE_SOURCE_DIR
}
/support-files/my-innodb-heavy-4G.ini @ONLY
)
CONFIGURE_FILE
(
${
CMAKE_SOURCE_DIR
}
/support-files/my-large.cnf.sh
${
CMAKE_SOURCE_DIR
}
/support-files/my-large.ini @ONLY
)
CONFIGURE_FILE
(
${
CMAKE_SOURCE_DIR
}
/support-files/my-medium.cnf.sh
${
CMAKE_SOURCE_DIR
}
/support-files/my-medium.ini @ONLY
)
CONFIGURE_FILE
(
${
CMAKE_SOURCE_DIR
}
/support-files/my-small.cnf.sh
${
CMAKE_SOURCE_DIR
}
/support-files/my-small.ini @ONLY
)
# in some places we use DBUG_OFF
SET
(
CMAKE_CXX_FLAGS_RELEASE
"
${
CMAKE_CXX_FLAGS_RELEASE
}
-D DBUG_OFF"
)
...
...
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