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)

2
3rd_Party/rem vendored

@ -1 +1 @@
Subproject commit 453d49ed4467aab37de19adb576d8d8ca2ae235f
Subproject commit fb9d9807779808c8055d66e27b0929e3c33a0cce

View file

@ -36,7 +36,7 @@ add_executable(Pound
target_precompile_headers(Pound PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/core/Base/Types.h)
# Link libraries
target_link_libraries(Pound PRIVATE fmt::fmt toml11::toml11)
target_link_libraries(Pound PRIVATE fmt::fmt rem toml11::toml11)
if (WIN32)
add_compile_definitions(NOMINMAX WIN32_LEAN_AND_MEAN)