mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02:00
implement convenience libraries
This commit is contained in:
parent
9abc7cf070
commit
7377c50cb4
20 changed files with 477 additions and 310 deletions
|
|
@ -17,6 +17,4 @@
|
|||
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
|
||||
|
||||
SET(REGEX_SOURCES regcomp.c regerror.c regexec.c regfree.c reginit.c)
|
||||
USE_ABSOLUTE_FILENAMES(REGEX_SOURCES)
|
||||
ADD_LIBRARY(regex ${REGEX_SOURCES})
|
||||
|
||||
ADD_CONVENIENCE_LIBRARY(regex STATIC ${REGEX_SOURCES})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue