aboutsummaryrefslogtreecommitdiff
path: root/src/net/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-09-27 17:03:06 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-11-01 16:26:16 +0100
commit980858186149651df5543b6fc99a4f7db0cdd089 (patch)
treed347200b0a562d84df505097651ad0642f207fdd /src/net/CMakeLists.txt
parent39f50e601d395bbd2d78d0147ac530b756da2fff (diff)
downloadjancity-980858186149651df5543b6fc99a4f7db0cdd089.tar.gz
WIP
Diffstat (limited to 'src/net/CMakeLists.txt')
-rw-r--r--src/net/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/net/CMakeLists.txt b/src/net/CMakeLists.txt
index 79bd653..03329c9 100644
--- a/src/net/CMakeLists.txt
+++ b/src/net/CMakeLists.txt
@@ -1,4 +1,6 @@
-set(src "src/common.c")
+set(src "src/common.c" "src/serial.c")
+set(priv_deps transport)
+set(privinc "privinc")
if(PS1_BUILD)
set(src ${src}
@@ -24,7 +26,6 @@ else()
endif()
set(priv_deps ${priv_deps} util ENET)
- set(privinc ${privinc} "privinc")
endif()
add_library(net ${src})