kodi-game / game.libretro

Libretro compatibility layer for the Kodi Game API
GNU General Public License v2.0
37 stars 26 forks source link

Add CXX language to CMakeLists.txt to fix Appveyor error #117

Closed garbear closed 10 months ago

garbear commented 10 months ago

Description

Currently, Appveyor is passing for Win32 and Win64 but failing for WindowsStore x64 and WindowsStore ARM. See results of last build: https://ci.appveyor.com/project/kodi-game/game-libretro/builds/48708315

How has this been tested?

Before, Appveyor error was:

-- The C compiler identification is unknown -- The CXX compiler identification is MSVC 19.38.33130.0 CMake Error at CMakeLists.txt:2 (project): No CMAKE_C_COMPILER could be found.

With this PR, we'll see if Appveyor succeeds on all platforms.

garbear commented 10 months ago

Nope. Superseded by https://github.com/kodi-game/game.libretro/pull/118