mirror of
https://github.com/pound-emu/pound.git
synced 2026-01-31 01:15:20 +01:00
Update rem (Windows Support)
This commit is contained in:
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)
|
||||
|
||||
2
3rd_Party/rem
vendored
2
3rd_Party/rem
vendored
Submodule 3rd_Party/rem updated: 453d49ed44...fb9d980777
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user