add xp support and fix static build

This commit is contained in:
Alexander Skovpen
2018-09-07 22:43:45 +03:00
committed by dukelsky
parent dbea29951d
commit bf7f3c9b2f
4 changed files with 73 additions and 15 deletions

View File

@@ -2,6 +2,5 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(glibc_SOURCES
regex.cpp
)
add_definitions(-DHAVE_CONFIG_H)
include_directories(../gall)
ADD_LIBRARY(glibc STATIC ${glibc_SOURCES})