Skip to content

Commit

Permalink
Get rid of extra 'ftp' folder in src and include directories
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Sep 4, 2023
1 parent d146f58 commit 361fd4b
Show file tree
Hide file tree
Showing 33 changed files with 28 additions and 29 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
29 changes: 28 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
add_subdirectory(ftp)
project(ftp LANGUAGES CXX)

add_library(${PROJECT_NAME}
STATIC
client.cpp
control_connection.cpp
data_connection.cpp
replies.cpp
reply.cpp
utils.cpp
ascii_istream.cpp
ascii_ostream.cpp
binary_istream.cpp
binary_ostream.cpp
istream_adapter.cpp
ostream_adapter.cpp)

find_package(Boost 1.67.0 REQUIRED)

target_link_libraries(${PROJECT_NAME} PUBLIC Boost::boost)

target_include_directories(${PROJECT_NAME}
PRIVATE
../include)

target_include_directories(${PROJECT_NAME}
PUBLIC
../include)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 0 additions & 28 deletions src/ftp/CMakeLists.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 361fd4b

Please sign in to comment.