mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-11 16:36:59 +00:00
Remove fmt library
This library wasnt used anywhere in the source code. Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
parent
8713dd751a
commit
4d363ea3b2
3 changed files with 0 additions and 8 deletions
5
3rd_Party/CMakeLists.txt
vendored
5
3rd_Party/CMakeLists.txt
vendored
|
|
@ -5,11 +5,6 @@ set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL ON SYSTEM ON)
|
|||
# Set CMP0069 policy to "NEW" for building external targets with LTO enabled
|
||||
set(CMAKE_POLICY_DEFAULT_CMP0069 NEW)
|
||||
|
||||
# fmt
|
||||
if (NOT TARGET fmt::fmt)
|
||||
add_subdirectory(fmt)
|
||||
endif()
|
||||
|
||||
# SDL3
|
||||
if (NOT TARGET SDL3::SDL3)
|
||||
set(SDL_DISKAUDIO OFF)
|
||||
|
|
|
|||
|
|
@ -94,7 +94,6 @@ target_link_libraries(Pound PRIVATE
|
|||
kvm
|
||||
|
||||
OpenGL::GL
|
||||
fmt::fmt
|
||||
SDL3::SDL3
|
||||
imgui
|
||||
)
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ target_sources(common PRIVATE
|
|||
${CMAKE_CURRENT_SOURCE_DIR}/passert.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(common PUBLIC fmt::fmt)
|
||||
|
||||
target_include_directories(common PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue