# With HTTPS:
git clone --recursive https://github.com/openmultiplayer/open.mp-sdk
# With SSH:
git clone --recursive git@github.com: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)