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

Update HowToSetProject-cmake.ko.md

This commit is contained in:
Jay Two 2021-05-05 23:45:43 +09:00 committed by GitHub
parent 0ee2c6e70c
commit 17e4722ed0
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
```