forked from github/server
removing quicklist, importing it from a submodule
This commit is contained in:
parent
889ef08189
commit
78b2360f7f
|
@ -29,6 +29,7 @@ include_directories (
|
||||||
../external/critbit
|
../external/critbit
|
||||||
../external/iniparser
|
../external/iniparser
|
||||||
../external/pdcurses
|
../external/pdcurses
|
||||||
|
../external/quicklist
|
||||||
../shared/src
|
../shared/src
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -40,6 +41,7 @@ set (LIB_SRCS
|
||||||
../external/crypto/mt19937ar.c
|
../external/crypto/mt19937ar.c
|
||||||
../external/cutest/CuTest.c
|
../external/cutest/CuTest.c
|
||||||
../external/dlmalloc/malloc.c
|
../external/dlmalloc/malloc.c
|
||||||
|
../external/quicklist/quicklist.c
|
||||||
../external/iniparser/iniparser.c
|
../external/iniparser/iniparser.c
|
||||||
../shared/src/build/gamecode.c
|
../shared/src/build/gamecode.c
|
||||||
../shared/src/build/kernel.c
|
../shared/src/build/kernel.c
|
||||||
|
|
Loading…
Reference in New Issue