diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7f6649d15e..2d761ee79c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -34,15 +34,16 @@ file( GLOB OS_SOURCES os/*.c ) set(CONV_SRCS api.c arabic.c + garray.c memory.c os/env.c os/event.c os/job.c os/mem.c + os/rstream.c os/signal.c os/users.c os/wstream.c - os/rstream.c ) set_source_files_properties( |