oscpack v1.1.0
- Created
- Updated
A simple C++ Open Sound Control (OSC) packet manipulation library
# Usage
oscpack can be used from CMake via:
find_path(OSCPACK_INCLUDE_DIRS "osc" PATH_SUFFIXES "oscpack")
find_library(OSCPACK_LIBRARY oscpack REQUIRED)
target_include_directories(main PRIVATE ${OSCPACK_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${OSCPACK_LIBRARY})
In case of Windows static link in addition:
target_link_libraries(main PRIVATE ws2_32 winmm)
# License
Unspecified
# Supported Platforms
!(windows & !static)
- ✅ linux
- ✅ osx
- ✅ uwp
- ✅ windows-static
- ❌
windows-dynamic
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
Daniel Schürmann