mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Implement an NSIS based installer
This commit is contained in:
@ -129,3 +129,11 @@ TARGET_LINK_LIBRARIES(libmysql wsock32)
|
||||
IF(EMBED_MANIFESTS)
|
||||
MYSQL_EMBED_MANIFEST("myTest" "asInvoker")
|
||||
ENDIF(EMBED_MANIFESTS)
|
||||
|
||||
# TODO: Install mysqlclient_notls?
|
||||
# TODO: Which component should these be part of, development?
|
||||
INSTALL(TARGETS mysqlclient DESTINATION lib/opt COMPONENT runtime)
|
||||
INSTALL(TARGETS libmysql DESTINATION lib/opt COMPONENT runtime)
|
||||
|
||||
# Also install libmysql.dll to the bin dir
|
||||
INSTALL(TARGETS libmysql DESTINATION bin COMPONENT runtime)
|
||||
|
Reference in New Issue
Block a user