Adding REM 3rd_Party (#18)

This commit is contained in:
¥IGA 2025-06-18 19:45:14 +02:00 committed by GitHub
parent 43b35d66de
commit 1f2af0b19e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "3rd_Party/toml11"]
path = 3rd_Party/toml11
url = https://github.com/ToruNiina/toml11.git
[submodule "3rd_Party/rem"]
path = 3rd_Party/rem
url = https://github.com/pound-emu/rem.git

1
3rd_Party/rem vendored Submodule

@ -0,0 +1 @@
Subproject commit 66aa17ee9e77c8e44bd7dd5d4ae6f1e05f1489fe

View file

@ -22,6 +22,7 @@ project(Pound)
find_package(fmt 10.2.1 CONFIG)
find_package(toml11 4.4.0 CONFIG)
include_directories(3rd_Party/rem/src)
include_directories(core)
add_subdirectory(3rd_Party)