diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 02:34:29 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 02:34:29 +0200 |
commit | 0c196cbe8b4927c78c02b2c7312fc69a507db845 (patch) | |
tree | b39ea8e1379513085fdae52f1a347779f6556dc7 /README.md | |
parent | Makefile: move the prelude to prelude.mk (diff) | |
download | winapi-common-0c196cbe8b4927c78c02b2c7312fc69a507db845.tar.gz winapi-common-0c196cbe8b4927c78c02b2c7312fc69a507db845.zip |
update cmake-common
Also, change the build directory to build/.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ Depends on Boost.Test and Python 3 for running the tests. The project is Windows-only, so building with either MSVC or MinGW-w64 is required. -There's a Makefile with useful shortcuts to build the project in the .build/ +There's a Makefile with useful shortcuts to build the project in the build/ directory (defaults to building with MinGW-w64): make deps |