Danil Fisiuk
Results
2
comments of
Danil Fisiuk
request: need to update cserialport-config.cmake for interaction with vcpkg use: modern style target_link_libraries(${PROJECT_NAME} PRIVATE cserialport::cserialport) instead of target_include_directories(${PROJECT_NAME} PRIVATE ${CSerialPort_INCLUDE_DIR}) and target_link_libraries(${PROJECT_NAME} PRIVATE ${CSerialPort_LIBRARY}) suggestion: change cserialport-config.cmake; add support for...
@webbery Having the same problem. Have you found a solution?