| 1 | set(SOURCES |
| 2 | p9fid.cpp |
| 3 | p9file.cpp |
| 4 | p9fs.cpp |
| 5 | p9handler.cpp |
| 6 | p9io.cpp |
| 7 | p9lx.cpp |
| 8 | p9readdir.cpp |
| 9 | p9scheduler.cpp |
| 10 | p9tracelogging.cpp |
| 11 | p9util.cpp |
| 12 | p9xattr.cpp) |
| 13 | |
| 14 | set(HEADERS |
| 15 | p9fid.h |
| 16 | p9file.h |
| 17 | p9fs.h |
| 18 | p9handler.h |
| 19 | p9io.h |
| 20 | p9lx.h |
| 21 | p9readdir.h |
| 22 | p9scheduler.h |
| 23 | p9tracelogging.h |
| 24 | p9tracelogginghelper.h |
| 25 | p9util.h |
| 26 | p9xattr.h |
| 27 | p9defs.h |
| 28 | p9protohelpers.h |
| 29 | p9await.h |
| 30 | p9errors.h |
| 31 | result_macros.h |
| 32 | expected.h |
| 33 | p9platform.h |
| 34 | p9ihandler.h |
| 35 | p9log.h |
| 36 | p9data.h |
| 37 | p9commonutil.h |
| 38 | precomp.h) |
| 39 | |
| 40 | add_linux_library(libplan9 "${SOURCES}" "${HEADERS}") |
| 41 | set_target_properties(libplan9 PROPERTIES FOLDER linux) |