From f7ba00746b7e6d736248aeeba38014d057231625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sat, 8 Oct 2022 18:35:56 +0800 Subject: [PATCH] Fix compiling on Linux --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88267a10b..90f071fca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -267,7 +267,7 @@ if(LINUX OR APPLE OR ANDROID OR BSD) src/detection/users/users_linux.c src/common/processing_linux.c src/detection/disk/disk.c - src/detection/terminalShell/terminalShell_linux.c + src/detection/terminalshell/terminalshell_linux.c src/detection/packages/packages_linux.c src/detection/kernel/kernel_linux.c ) @@ -337,8 +337,8 @@ if(WIN_MSYS) src/detection/cpuUsage/cpuUsage_nowait_windows.cpp src/detection/memory/memory_windows.cpp src/detection/font/font_windows.cpp - src/detection/terminalShell/terminalShell_linux.c - src/detection/terminalShell/terminalShell_windows.cpp + src/detection/terminalshell/terminalshell_linux.c + src/detection/terminalshell/terminalshell_windows.cpp src/detection/packages/packages_linux.c src/detection/packages/packages_windows.c src/detection/kernel/kernel_windows.cpp