Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 555 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 555 Bytes

open.mp SDK

Tools

Tools on Windows

Sources

# With HTTPS:
git clone --recursive https://github.com/openmultiplayer/open.mp-sdk
# With SSH:
git clone --recursive [email protected]:openmultiplayer/open.mp-sdk

Note the use of the --recursive argument, because this repository contains submodules.

Usage with cmake

add_subdirectory(oath_to_omp_sdk)

# Later in your cmake file
target_link_libraries(Server PUBLIC OMP-SDK)