Trying to fix build on Windows

This commit is contained in:
CocoSimone
2022-10-26 22:34:05 +02:00
parent d15add0505
commit eb39588b62
4 changed files with 6 additions and 49 deletions

View File

@@ -9,9 +9,7 @@ file(GLOB_RECURSE CORE_HEADERS n64/*.hpp)
file(GLOB_RECURSE FRONTEND_SOURCES frontend/*.cpp)
file(GLOB_RECURSE FRONTEND_HEADERS frontend/*.hpp)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/modules")
find_package(SDL2 CONFIG REQUIRED)
find_package(SDL2 REQUIRED)
find_package(nlohmann_json REQUIRED)
set(FMT_TEST BOOL "" FORCE OFF)