cyclonedds-src 1.0.1

Eclipse CycloneDDS C library source for building from source
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/Modules")

include(HashUtilities)


append_hashes(
    BEFORE ${BEFORE}
    PREFIX ${PREFIX}
    POSTFIX ${POSTFIX}
    HASH_FILES ${HASH_FILES}
    APPEND_FILES ${APPEND_FILES}
)