Sign in
chromium
/
chromiumos
/
third_party
/
nfs-ganesha
/
4703e304922ed38edc887215dd4ac926ed08c72f
/
.
/
src
/
NodeList
/
CMakeLists.txt
blob: fbc784f13ff7e096f2ceae960cb474af293b65dc [
file
] [
log
] [
blame
]
########### next target ###############
SET(NodeList_STAT_SRCS
nodelist_internals.h
nodelist_common.c
nodelist.c
nodelist_range.c
nodelist_map.c
)
add_library(NodeList STATIC ${NodeList_STAT_SRCS})
########### install files ###############