From 87fb8049a788c1ae88738881785e2275d4772a08 Mon Sep 17 00:00:00 2001 From: air Date: Sat, 2 Apr 2022 13:42:37 +0800 Subject: [PATCH] fix a compile bug in CMake --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04399a5..afe4565 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,7 @@ enable_language(C ASM) # Add source files set(SOURCE_FILES + co_comm.cpp co_epoll.cpp co_hook_sys_call.cpp co_routine.cpp