This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/goldlib/glibc/CMakeLists.txt

8 lines
171 B
CMake
Raw Normal View History

2018-09-02 23:36:11 +03:00
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})