mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-28 14:23:18 +00:00
added fmt library
This commit is contained in:
parent
222d0204db
commit
f998469730
5 changed files with 12 additions and 2 deletions
|
@ -6,6 +6,7 @@ include_directories(third-party/)
|
|||
include_directories(third-party/imgui/)
|
||||
include_directories(third-party/imgui/backends)
|
||||
include_directories(third-party/sdl/)
|
||||
include_directories(third-party/fmt/include)
|
||||
|
||||
add_subdirectory("third-party")
|
||||
|
||||
|
@ -17,4 +18,4 @@ add_executable(shadps4
|
|||
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
||||
target_link_libraries(shadps4 PUBLIC IMGUI SDL3-shared ${OPENGL_LIBRARY})
|
||||
target_link_libraries(shadps4 PUBLIC fmt IMGUI SDL3-shared ${OPENGL_LIBRARY})
|
Loading…
Add table
Add a link
Reference in a new issue