

Mgba cmake generator full#

The real party is over at mgba.exe, and all these guys are invited:Īvcodec-58.dll, avfilter-7.dll, avformat-58.dll, avutil-56.dll, libaom.dll, libass-9.dll, libbluray-2.dll, libbrotlicommon.dll, libbrotlidec.dll, libbz2-1.dll, libcelt0-2.dll, libcrypto-1_1-圆4.dll, libdav1d.dll, libdouble-conversion.dll, libexpat-1.dll, libffi-7.dll, libfontconfig-1.dll, libfreetype-6.dll, libfribidi-0.dll, libgcc_s_seh-1.dll, libglapi.dll,, libgmp-10.dll, libgnutls-30.dll, libgraphite2.dll, libgsm.dll, libharfbuzz-0.dll, libhogweed-6.dll, libiconv-2.dll, libicudt67.dll, libicuin67.dll, libicuuc67.dll, libidn2-0.dll, libintl-8.dll, libLLVM.dll, liblzma-5.dll, libmfx-1.dll, libminizip-1.dll, libmodplug-1.dll, libmp3lame-0.dll, libnettle-8.dll, libogg-0.dll, libopencore-amrnb-0.dll, libopencore-amrwb-0.dll, libopenjp2-7.dll, libopus-0.dll, libp11-kit-0.dll, libpcre-1.dll, libpcre2-16-0.dll, libpng16-16.dll, librtmp-1.dll, libspeex-1.dll, libsqlite3-0.dll, libsrt.dll, libstdc++-6.dll, libtasn1-6.dll, libtheoradec-1.dll, libtheoraenc-1.dll, libunistring-2.dll, libvorbis-0.dll, libvorbisenc-2.dll, libvpx-1.dll, libvulkan-1.dll, libwavpack-1.dll, libwebp-7.dll, libwebpmux-3.dll, libwinpthread-1.dll, libx264-159.dll, libx265.dll, libxml2-2.dll, libzstd.dll, postproc-55.dll, Qt5Core.dll, Qt5Gui.dll, Qt5Multimedia.dll, Qt5Network.dll, Qt5Widgets.dll, qwindows.dll, SDL2.dll, swresample-3.dll, swscale-5.dll, xvidcore.dll, zlib1.Welcome to /r/PokemonROMhacks, where you can find, create, and discuss hacks of Pokémon games. Mgba-sdl.exe I just built requires zlib1.dll, libminizip-1.dll and SDL2.dll, which, if you ask me is still 3 libs more than necessary. Target "mgba-qt" links to target "LibLZMA::LibLZMA" but the target was not Target "mgba-qt" links to target "BZip2::BZip2" but the target was not Target "mgba-sdl" links to target "LibLZMA::LibLZMA" but the target was notĬMake Error at src/platform/qt/CMakeLists.txt:289 (add_executable): Target "mgba-sdl" links to target "BZip2::BZip2" but the target was not Perhaps a find_package() call is missing for an IMPORTED target, orĬMake Error at src/platform/sdl/CMakeLists.txt:112 (add_executable): Target "mgba" links to target "LibLZMA::LibLZMA" but the target was notįound. Perhaps a find_package() call is missing for an IMPORTED target, or an Target "mgba" links to target "BZip2::BZip2" but the target was not found. Requested module libavresample missing for feature USE_LIBAVRESAMPLE.ĬMake Error at CMakeLists.txt:872 (add_library): Use -Wno-dev to suppress it.ĬMake Warning at src/platform/cmake/FindFeature.cmake:16 (message): Src/platform/cmake/FindFeature.cmake:12 (find_package) (e.g., `_FOUND`) to follow a certain pattern.ĭ:/msys64/mingw64/share/cmake-3.19/Modules/FindSQLite3.cmake:54 (find_package_handle_standard_args)
Mgba cmake generator code#
Problems in calling code that expects `find_package` result variables The package name passed to `find_package_handle_standard_args` (SQLite3)ĭoes not match the name of the calling package (sqlite3). CMake Warning (dev) at D:/msys64/mingw64/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:424 (message):
