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