Skip to content

Commit

Permalink
Clarify project names
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Sep 16, 2023
1 parent 11ba1df commit 3003323
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(ftp
project(libftp
VERSION 0.0.1
DESCRIPTION "FTP client library"
LANGUAGES CXX)
Expand Down
2 changes: 1 addition & 1 deletion example/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(ftp-examples LANGUAGES CXX)
project(libftp-examples LANGUAGES CXX)

function(create_example name)
add_executable(${name}
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(ftp-tests)
project(libftp-tests)

find_package(Boost 1.67.0 COMPONENTS filesystem REQUIRED)

Expand Down

0 comments on commit 3003323

Please sign in to comment.