From 41ddaeb7d2bdaea8cce8687d2be34d0fc501c977 Mon Sep 17 00:00:00 2001 From: neru Date: Fri, 20 Mar 2026 04:09:19 -0300 Subject: [PATCH] fix: add grouping --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 425ebba..0267695 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,4 +57,5 @@ endif() file(GLOB_RECURSE UNLOCKER_SOURCES CONFIGURE_DEPENDS "src/unlocker/*.cpp" "src/unlocker/*.h") add_executable(dbd-unlocker ${UNLOCKER_SOURCES}) target_link_libraries(dbd-unlocker PRIVATE ${OPENSSL_LIBRARIES} dbd-unlocker-warnings) -target_include_directories(dbd-unlocker PRIVATE ${OPENSSL_INCLUDE__DIR}) \ No newline at end of file +target_include_directories(dbd-unlocker PRIVATE ${OPENSSL_INCLUDE__DIR}) +group_files("${UNLOCKER_SOURCES}") \ No newline at end of file