implement convenience libraries

This commit is contained in:
Vladislav Vaintroub 2009-11-24 23:15:47 +00:00
commit 7377c50cb4
20 changed files with 477 additions and 310 deletions

View file

@ -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})