Skip to content

Commit

Permalink
Update HowToSetProject-cmake.ko.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j2doll authored May 5, 2021
1 parent 0ee2c6e commit 17e4722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HowToSetProject-cmake.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ make
```
mkdir build2
cd build2
cmake -G "Unix Makefiles" ..\HelloWorld\
cmake -G "Unix Makefiles" ../HelloWorld/
make
```

0 comments on commit 17e4722

Please sign in to comment.