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