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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
667f2a35
Commit
667f2a35
authored
Jul 27, 2007
by
iggy@alf.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#30103 CMake build solution does not remove auto-generated resources
- Add CMake rule to remove files.
parent
1adbecd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
sql/CMakeLists.txt
sql/CMakeLists.txt
+4
-0
No files found.
sql/CMakeLists.txt
View file @
667f2a35
...
@@ -138,6 +138,10 @@ ADD_CUSTOM_COMMAND(
...
@@ -138,6 +138,10 @@ ADD_CUSTOM_COMMAND(
)
)
ADD_DEPENDENCIES
(
mysqld
${
MYSQLD_EXE_SUFFIX
}
gen_lex_hash
)
ADD_DEPENDENCIES
(
mysqld
${
MYSQLD_EXE_SUFFIX
}
gen_lex_hash
)
# Remove the auto-generated files as part of 'Clean Solution'
SET_DIRECTORY_PROPERTIES
(
PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES
"lex_hash.h;message.rc;message.h;sql_yacc.h;sql_yacc.cc"
)
ADD_LIBRARY
(
udf_example MODULE udf_example.c udf_example.def
)
ADD_LIBRARY
(
udf_example MODULE udf_example.c udf_example.def
)
ADD_DEPENDENCIES
(
udf_example strings
)
ADD_DEPENDENCIES
(
udf_example strings
)
TARGET_LINK_LIBRARIES
(
udf_example wsock32
)
TARGET_LINK_LIBRARIES
(
udf_example wsock32
)
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