Somehow not all of ncmlib was version controlled. Fix.
This commit is contained in:
12
ncmlib/CMakeLists.txt
Normal file
12
ncmlib/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
set(NCMLIB_SRCS
|
||||
malloc.c
|
||||
chroot.c
|
||||
pidfile.c
|
||||
signals.c
|
||||
strlist.c
|
||||
strl.c
|
||||
log.c
|
||||
cap.c
|
||||
)
|
||||
|
||||
add_library(ncmlib ${NCMLIB_SRCS})
|
||||
Reference in New Issue
Block a user