diff --git a/.gitmodules b/.gitmodules index 4d449bb..7f50aad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "chapter05/conan_conanfile_example/cmake-conan"] - path = chapter05/conan_conanfile_example/cmake-conan + path = chapter05/conan_example/cmake-conan url = https://github.com/conan-io/cmake-conan.git diff --git a/chapter05/conan_conanfile_example/CMakeLists.txt b/chapter05/conan_example/CMakeLists.txt similarity index 100% rename from chapter05/conan_conanfile_example/CMakeLists.txt rename to chapter05/conan_example/CMakeLists.txt diff --git a/chapter05/conan_conanfile_example/cmake-conan b/chapter05/conan_example/cmake-conan similarity index 100% rename from chapter05/conan_conanfile_example/cmake-conan rename to chapter05/conan_example/cmake-conan diff --git a/chapter05/conan_conanfile_example/conanfile.txt b/chapter05/conan_example/conanfile.txt similarity index 100% rename from chapter05/conan_conanfile_example/conanfile.txt rename to chapter05/conan_example/conanfile.txt diff --git a/chapter05/conan_conanfile_example/src/main.cpp b/chapter05/conan_example/src/main.cpp similarity index 100% rename from chapter05/conan_conanfile_example/src/main.cpp rename to chapter05/conan_example/src/main.cpp