mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 10:37:00 +00:00
Update rem
This commit is contained in:
parent
ab2451ff43
commit
a552b11c24
3 changed files with 6 additions and 2 deletions
5
3rd_Party/CMakeLists.txt
vendored
5
3rd_Party/CMakeLists.txt
vendored
|
|
@ -12,6 +12,11 @@ if (NOT TARGET fmt::fmt)
|
||||||
add_subdirectory(fmt)
|
add_subdirectory(fmt)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# rem
|
||||||
|
#if (NOT TARGET rem)
|
||||||
|
# add_subdirectory(rem)
|
||||||
|
#endif()
|
||||||
|
|
||||||
# Toml11
|
# Toml11
|
||||||
if (NOT TARGET toml11::toml11)
|
if (NOT TARGET toml11::toml11)
|
||||||
add_subdirectory(toml11)
|
add_subdirectory(toml11)
|
||||||
|
|
|
||||||
2
3rd_Party/rem
vendored
2
3rd_Party/rem
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit 66aa17ee9e77c8e44bd7dd5d4ae6f1e05f1489fe
|
Subproject commit 453d49ed4467aab37de19adb576d8d8ca2ae235f
|
||||||
|
|
@ -22,7 +22,6 @@ project(Pound)
|
||||||
|
|
||||||
find_package(fmt 10.2.1 CONFIG)
|
find_package(fmt 10.2.1 CONFIG)
|
||||||
find_package(toml11 4.4.0 CONFIG)
|
find_package(toml11 4.4.0 CONFIG)
|
||||||
include_directories(3rd_Party/rem/src)
|
|
||||||
|
|
||||||
include_directories(core)
|
include_directories(core)
|
||||||
add_subdirectory(3rd_Party)
|
add_subdirectory(3rd_Party)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue