mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-11 16:36:59 +00:00
Adding REM 3rd_Party (#18)
This commit is contained in:
parent
43b35d66de
commit
1f2af0b19e
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
1
3rd_Party/rem
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 66aa17ee9e77c8e44bd7dd5d4ae6f1e05f1489fe
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue