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
2caed165
Commit
2caed165
authored
Jul 01, 2010
by
Bo Thorsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cpack run
parent
ccdbcaeb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CMakeLists.txt
CMakeLists.txt
+5
-0
libmysqld/CMakeLists.txt
libmysqld/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
2caed165
...
...
@@ -342,6 +342,11 @@ SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "MariaDB")
SET
(
CPACK_RESOURCE_FILE_LICENSE
${
CMAKE_SOURCE_DIR
}
/COPYING
)
SET
(
CPACK_GENERATOR NSIS
)
# This will set the build type for CPack
IF
(
NOT CMAKE_BUILD_TYPE
)
SET
(
CMAKE_BUILD_TYPE
"RelWithDebInfo"
)
ENDIF
()
# Use our own NSIS template
set
(
CMAKE_MODULE_PATH
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/win/cmake"
${
CMAKE_MODULE_PATH
}
)
...
...
libmysqld/CMakeLists.txt
View file @
2caed165
...
...
@@ -170,4 +170,4 @@ TARGET_LINK_LIBRARIES(libmysqld mysqlserver wsock32)
INSTALL
(
TARGETS mysqlserver DESTINATION Embedded/static COMPONENT embedded
)
INSTALL
(
TARGETS libmysqld DESTINATION Embedded/DLL COMPONENT embedded
)
INSTALL
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/
Release
/libmysqld.exp DESTINATION Embedded/DLL COMPONENT embedded
)
INSTALL
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
CMAKE_BUILD_TYPE
}
/libmysqld.exp DESTINATION Embedded/DLL COMPONENT embedded
)
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