mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
bc5a1bf1a0
* quickfix * simplify patch and add _CRT_SECURE_NO_WARNINGS * fix replace and add more _CRT_SECURE_NO_WARNINGS * add _CRT_NONSTDC_NO_DEPRECATE * win GetCurrentProcessId instead of getpid * add _WINSOCK_DEPRECATED_NO_WARNINGS * DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS for _M_ARM and _M_ARM64
5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
The package quickfix provides CMake targets:
|
|
|
|
find_package(quickfix CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE quickfix)
|