Update rem (Windows Support)

This commit is contained in:
Xphalnos 2025-06-18 21:58:21 +02:00
parent a552b11c24
commit 6104a70822
3 changed files with 5 additions and 5 deletions

View file

@ -13,9 +13,9 @@ if (NOT TARGET fmt::fmt)
endif()
# rem
#if (NOT TARGET rem)
# add_subdirectory(rem)
#endif()
if (NOT TARGET rem)
add_subdirectory(rem)
endif()
# Toml11
if (NOT TARGET toml11::toml11)