# 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.
add_subdirectory(oath_to_omp_sdk)
# Later in your cmake file
target_link_libraries(Server PUBLIC OMP-SDK)