add autodeploy
This commit is contained in:
committed by
dukelsky
parent
670c7248cc
commit
a9c11a472c
7
goldlib/glibc/CMakeLists.txt
Normal file
7
goldlib/glibc/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
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})
|
Reference in New Issue
Block a user