mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-07-27 09:37:19 +02:00

* 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)
|