From 9a8e3e26b548328b391da1c08a243cba4991ea9e Mon Sep 17 00:00:00 2001 From: Danilo Date: Tue, 4 Jun 2024 17:13:30 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=A3o=20de=20Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34cc16c..87797e4 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ The project is still under development and the next updates will focus on the following tasks: - [x] Finish basic classes -- [ ] Code refactoring and cleaning +- [x] Code refactoring and cleaning - [ ] 3D support +- [ ] Implementation of missing classes and functions - [ ] Content Pipeline - [ ] Multiplatform support @@ -24,10 +25,10 @@ Use the following command in vcpkg to install DirectXTK: .\vcpkg install directxtk[tools,spectre,xaudio2-9] ``` -In the root CMakeLists.txt set the vcpkg CMAKE_TOOLCHAIN_FILE path +In the root CMakeLists.txt set the vcpkg path ``` -include("C:/vcpkg/scripts/buildsystems/vcpkg.cmake") +set(PROJECT_VCPKG_DIRECTORY "C:/vcpkg") ``` ## 📝 License