mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 10:37:00 +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()
|
endif()
|
||||||
|
|
||||||
# rem
|
# rem
|
||||||
#if (NOT TARGET rem)
|
if (NOT TARGET rem)
|
||||||
# add_subdirectory(rem)
|
add_subdirectory(rem)
|
||||||
#endif()
|
endif()
|
||||||
|
|
||||||
# Toml11
|
# Toml11
|
||||||
if (NOT TARGET toml11::toml11)
|
if (NOT TARGET toml11::toml11)
|
||||||
|
|
|
||||||
2
3rd_Party/rem
vendored
2
3rd_Party/rem
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit 453d49ed4467aab37de19adb576d8d8ca2ae235f
|
Subproject commit fb9d9807779808c8055d66e27b0929e3c33a0cce
|
||||||
|
|
@ -36,7 +36,7 @@ add_executable(Pound
|
||||||
target_precompile_headers(Pound PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/core/Base/Types.h)
|
target_precompile_headers(Pound PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/core/Base/Types.h)
|
||||||
|
|
||||||
# Link libraries
|
# Link libraries
|
||||||
target_link_libraries(Pound PRIVATE fmt::fmt toml11::toml11)
|
target_link_libraries(Pound PRIVATE fmt::fmt rem toml11::toml11)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
add_compile_definitions(NOMINMAX WIN32_LEAN_AND_MEAN)
|
add_compile_definitions(NOMINMAX WIN32_LEAN_AND_MEAN)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue