1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-16 04:42:53 +08:00

Update HowToSetProject-cmake.md

This commit is contained in:
Jay Two 2021-05-05 23:45:24 +09:00 committed by GitHub
parent b7b3d96fc7
commit 0ee2c6e70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ make
```
mkdir build2
cd build2
cmake -G "Unix Makefiles" ..\HelloWorld\
cmake -G "Unix Makefiles" ../HelloWorld/
make
```