This commit is contained in:
Paul Reeves 2023-02-06 13:55:04 +01:00
parent 2e2b96e501
commit 88246f0bda
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ CMakeCache.txt
/build/x86_64-win64/MyFirstUDRKit.dir/ /build/x86_64-win64/MyFirstUDRKit.dir/
/build/x86_64-win64/x64/ /build/x86_64-win64/x64/
/build/x86_64-win64/ALL_BUILD.vcxproj.user /build/x86_64-win64/ALL_BUILD.vcxproj.user
libMyFirstUDRKit.*

View File

@ -47,7 +47,7 @@ cd build/x86_64-linux
make make
``` ```
On windows just open the solution in visual studio. On windows just open the solution in visual studio and build the solution.
### Testing ### Testing