mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 01:36:57 +00:00
Update rem (Windows Support)
This commit is contained in:
parent
a552b11c24
commit
6104a70822
3 changed files with 5 additions and 5 deletions
6
3rd_Party/CMakeLists.txt
vendored
6
3rd_Party/CMakeLists.txt
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue