aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-07-06 22:12:11 +0200
committerXavier Del Campo Romero <xavi92@disroot.org>2025-09-08 21:10:27 +0200
commit2adbeb903b431cf4bffcf29a6856eaba30581c22 (patch)
tree337f4323364d711fc2513a2a41690932ae8d4465 /src/CMakeLists.txt
parentc849930b5319373978180569506180570320e978 (diff)
downloadwnix-2adbeb903b431cf4bffcf29a6856eaba30581c22.tar.gz
Setup aio skeleton
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 7420122..0f28e58 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -21,6 +21,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE nanowasm)
set(cflags ${cflags} -Wall -ffunction-sections -fdata-sections -pedantic)
set(components
+ aio
)
set(interfaces