diff --git a/components/linux/CMakeLists.txt b/components/linux/CMakeLists.txt index e446de0e9d..d271649431 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)