aboutsummaryrefslogtreecommitdiff
path: root/ports/replxx/usage
blob: 5be648855a9ed13c70d1a5fa6d5f4298523e0f43 (plain)
1
2
3
4
The package replxx is compatible with built-in CMake targets:

    FIND_PACKAGE(replxx REQUIRED)
    TARGET_LINK_LIBRARIES(main PRIVATE REPLXX::replxx)