diff --git a/components/linux/CMakeLists.txt b/components/linux/CMakeLists.txt index e446de0e9db..d2716494317 100644 --- a/components/linux/CMakeLists.txt +++ b/components/linux/CMakeLists.txt @@ -3,6 +3,7 @@ if(NOT "${target}" STREQUAL "linux") return() endif() +set(srcs) set(includes "include") if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin") list(APPEND srcs getrandom.c assert_func.c)