-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sailfish009
authored
Feb 3, 2019
1 parent
2489956
commit 67895a4
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,18 @@ | ||
# asio | ||
Asio C++ Library | ||
|
||
#define ASIO_STANDALONE | ||
#define ASIO_HAS_STD_ADDRESSOF | ||
#define ASIO_HAS_STD_ARRAY | ||
#define ASIO_HAS_CSTDINT | ||
#define ASIO_HAS_CO_AWAIT | ||
#define ASIO_HAS_STD_SHARED_PTR | ||
#define ASIO_HAS_STD_TYPE_TRAITS | ||
#define ASIO_HAS_VARIADIC_TEMPLATES | ||
#define ASIO_HAS_STD_FUNCTION | ||
#define ASIO_HAS_STD_CHRONO | ||
#define BOOST_ALL_NO_LIB | ||
#define _WIN32_WINNT 0x0601 | ||
#define _WINSOCK_DEPRECATED_NO_WARNINGS | ||
|
||
repackage the library with cmake |