Skip to content

Commit

Permalink
Update libconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom committed Dec 16, 2024
1 parent d207b6e commit 6302e0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
add_subdirectory(nativefiledialog)

set(BUILD_EXAMPLES OFF CACHE BOOL "Disable examples for libconfig" FORCE)
add_subdirectory(libconfig)
set(BUILD_TESTS ON CACHE BOOL "Disable tests for libconfig" FORCE)
add_subdirectory(libconfig EXCLUDE_FROM_ALL)

if(SDL_VENDORED)
add_subdirectory(sdl EXCLUDE_FROM_ALL)
Expand Down
2 changes: 1 addition & 1 deletion dependencies/libconfig
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "util/MiscUtil.h"

#include "libconfig.hh"
#include <libconfig.h++>

#include <SDL3_ttf/SDL_ttf.h>

Expand Down
1 change: 0 additions & 1 deletion src/sdl/MainMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <nfd.hpp>
#include <SDL3_ttf/SDL_ttf.h>

#include "Emulator.h"
#include "InputHandler.h"
#include "Window.h"
#include "ui/TextButton.h"
Expand Down

0 comments on commit 6302e0c

Please sign in to comment.