mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 12:57:31 +02:00
Remove bin and bin64 directories:
These directories are removed, to make it easier for developers to delete the entire directory contents when rebuilding CMake targets after a configuration change.
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
bin/
|
||||
bin64/
|
@ -1,3 +1,9 @@
|
||||
1.0.0-b13
|
||||
|
||||
* Remove bin and bin64 directories
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
1.0.0-b12
|
||||
|
||||
* Use -p to print suites from unit test main.
|
||||
|
4
bin/.gitignore
vendored
4
bin/.gitignore
vendored
@ -1,4 +0,0 @@
|
||||
*
|
||||
*/
|
||||
!.gitignore
|
||||
!README.md
|
@ -1,8 +0,0 @@
|
||||
# Build output directory
|
||||
|
||||
To build examples and tests for 32-bit on Windows, change to
|
||||
this directory and use:
|
||||
|
||||
```
|
||||
cmake ..
|
||||
```
|
4
bin64/.gitignore
vendored
4
bin64/.gitignore
vendored
@ -1,4 +0,0 @@
|
||||
*
|
||||
*/
|
||||
!.gitignore
|
||||
!README.md
|
@ -1,10 +0,0 @@
|
||||
# Build output directory
|
||||
|
||||
To build examples and tests for 64-bit on Windows, change to
|
||||
this directory and use:
|
||||
|
||||
```
|
||||
cmake -G"Visual Studio 14 2015 Win64" ..
|
||||
```
|
||||
|
||||
For later versions of Visual Studio edit the string as appropriate.
|
Reference in New Issue
Block a user