mirror of
https://github.com/MariaDB/server.git
synced 2025-03-26 08:58:40 +01:00
Merge efb4cc5ff5
into 02893e875b
This commit is contained in:
commit
205ac278da
1 changed files with 3 additions and 0 deletions
|
@ -447,6 +447,9 @@ ADD_CUSTOM_TARGET(dist
|
|||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||
)
|
||||
|
||||
ADD_DEPENDENCIES(dist gen_lex_token)
|
||||
ADD_DEPENDENCIES(dist GenServerSource)
|
||||
|
||||
ADD_CUSTOM_TARGET(distclean
|
||||
COMMAND ${CMAKE_COMMAND} -E echo WARNING: distclean target is not functional
|
||||
COMMAND ${CMAKE_COMMAND} -E echo Use 'git clean -Xdf' instead
|
||||
|
|
Loading…
Add table
Reference in a new issue