vcpkg/ports/quickfix/usage
zi-m bc5a1bf1a0 [quickfix] Add new port (#7796)
* 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
2019-08-23 09:20:10 -07:00

5 lines
138 B
Plaintext

The package quickfix provides CMake targets:
find_package(quickfix CONFIG REQUIRED)
target_link_libraries(main PRIVATE quickfix)