diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-07-06 22:12:11 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-09-08 21:10:27 +0200 |
| commit | 2adbeb903b431cf4bffcf29a6856eaba30581c22 (patch) | |
| tree | 337f4323364d711fc2513a2a41690932ae8d4465 /src/CMakeLists.txt | |
| parent | c849930b5319373978180569506180570320e978 (diff) | |
| download | wnix-2adbeb903b431cf4bffcf29a6856eaba30581c22.tar.gz | |
Setup aio skeleton
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
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 |
