mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-02 15:55:30 +00:00
add sentry as submodule
This commit is contained in:
parent
4bf9244005
commit
d5769ce9be
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -13,3 +13,6 @@
|
||||
[submodule "include/tomlplusplus"]
|
||||
path = include/tomlplusplus
|
||||
url = https://github.com/marzer/tomlplusplus
|
||||
[submodule "include/sentry-native"]
|
||||
path = include/sentry-native
|
||||
url = https://github.com/getsentry/sentry-native
|
||||
|
@ -25,6 +25,7 @@ include_directories("rapidjson/include")
|
||||
include_directories("websocketpp")
|
||||
add_subdirectory("socket.io-client-cpp")
|
||||
add_subdirectory("include/commandline")
|
||||
add_subdirectory("include/sentry-native")
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
|
1
include/sentry-native
Submodule
1
include/sentry-native
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 521860373df1cc02607546c3474d78b42042b459
|
Loading…
x
Reference in New Issue
Block a user