Skip to content

openmultiplayer/open.mp-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)