mirror of https://github.com/snes9xgit/snes9x.git
qt: Build fmt library.
This commit is contained in:
parent
6e738950c6
commit
7dcae9d56d
|
@ -140,6 +140,9 @@ else()
|
||||||
../external/glad/src/egl.c)
|
../external/glad/src/egl.c)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
list(APPEND PLATFORM_SOURCES ../external/fmt/src/format.cc)
|
||||||
|
list(APPEND INCLUDES ../external/fmt/include)
|
||||||
|
|
||||||
list(APPEND QT_GUI_SOURCES
|
list(APPEND QT_GUI_SOURCES
|
||||||
src/main.cpp
|
src/main.cpp
|
||||||
src/EmuApplication.cpp
|
src/EmuApplication.cpp
|
||||||
|
|
Loading…
Reference in New Issue