Update rem

This commit is contained in:
Xphalnos 2025-06-18 21:02:06 +02:00
parent ab2451ff43
commit a552b11c24
3 changed files with 6 additions and 2 deletions

View file

@ -12,6 +12,11 @@ if (NOT TARGET fmt::fmt)
add_subdirectory(fmt)
endif()
# rem
#if (NOT TARGET rem)
# add_subdirectory(rem)
#endif()
# Toml11
if (NOT TARGET toml11::toml11)
add_subdirectory(toml11)

2
3rd_Party/rem vendored

@ -1 +1 @@
Subproject commit 66aa17ee9e77c8e44bd7dd5d4ae6f1e05f1489fe
Subproject commit 453d49ed4467aab37de19adb576d8d8ca2ae235f

View file

@ -22,7 +22,6 @@ 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)