From d320d3e069b63878e348c0b3448c6f6b9cefb0ae Mon Sep 17 00:00:00 2001 From: qiutb Date: Tue, 25 Oct 2022 20:27:37 +0800 Subject: [PATCH] fix(chap-30): fix Compiler Error. --- chap-30/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chap-30/CMakeLists.txt b/chap-30/CMakeLists.txt index b7c3d40..6859b3d 100644 --- a/chap-30/CMakeLists.txt +++ b/chap-30/CMakeLists.txt @@ -1,2 +1,2 @@ add_executable(aio01 aio01.c) -target_link_libraries(aio01 yolanda) +target_link_libraries(aio01 yolanda rt)