Skip to content

Commit

Permalink
cmake: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Nov 24, 2024
1 parent a164c56 commit 9ccd8dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/cmdline/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ add_executable(cmdline
src/utils.cpp
src/utils.hpp)

target_link_libraries(cmdline PRIVATE ftp::ftp Boost::boost)
target_link_libraries(cmdline
PRIVATE
ftp::ftp
Boost::boost)

target_compile_features(cmdline PRIVATE cxx_std_17)

if (LIBFTP_BUILD_TEST)
Expand Down

0 comments on commit 9ccd8dc

Please sign in to comment.