diff --git a/CMakeLists.txt b/CMakeLists.txt index 17d29db..7f8a5d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,8 +65,6 @@ set(sources src/ssl_socket.cpp src/utils.cpp) -source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" FILES ${sources}) - add_library(ftp ${sources}) add_library(ftp::ftp ALIAS ftp) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 360d26a..fdb0c1e 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -28,8 +28,6 @@ set(sources test_utils.hpp utils.cpp) -source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" FILES ${sources}) - add_executable(ftp_tests ${sources}) target_link_libraries(ftp_tests