mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-11 07:36:57 +00:00
Fix cmake errors
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
parent
3cd11ab4ab
commit
a62aa833c0
1 changed files with 1 additions and 3 deletions
|
|
@ -38,15 +38,13 @@ 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 rem SDL3::SDL3 toml11::toml11)
|
||||
target_link_libraries(Pound PRIVATE fmt::fmt SDL3::SDL3 toml11::toml11)
|
||||
|
||||
if (WIN32)
|
||||
add_compile_definitions(NOMINMAX WIN32_LEAN_AND_MEAN)
|
||||
|
||||
# Disables Warnings
|
||||
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
|
||||
|
||||
target_sources(Pound PRIVATE core/Pound.rc)
|
||||
endif()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue