diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-05-20 22:29:07 -0600 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-09-17 20:20:26 -0300 |
| commit | 69cfe9b2c44c54a5a2beaf004fe6ee7190efe05f (patch) | |
| tree | 9c930c25eba147f1264f1b77ae19aafb9e3ebe27 /CMakeLists.txt | |
| parent | 4c37fa43699a6be48577f3e9112eaa84d008223a (diff) | |
Fixed all remaining compilation issues
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 129ecab4..0e06d38a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ set(VCPKG_TARGET_TRIPLET x64-mingw-static) endif() vcpkg_bootstrap() -vcpkg_install_packages(fontconfig sdl2 zlib bzip2 libzip libpng getopt dirent libusb pthread glew glfw3) +vcpkg_install_packages(fontconfig sdl2 zlib bzip2 libzip libpng getopt dirent libusb pthread glew glfw3 nlohmann-json tinyxml2 spdlog) endif() if (MSVC) @@ -111,7 +111,7 @@ file(GLOB_RECURSE ALL_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} # Exclude specific files from the ALL_FILES list list(FILTER ALL_FILES EXCLUDE REGEX ".*.inc.c") -list(FILTER ALL_FILES EXCLUDE REGEX "src/engine/fox_A4290_colheaders.c") +list(FILTER ALL_FILES EXCLUDE REGEX "src/engine/fox_colheaders.c") list(FILTER ALL_FILES EXCLUDE REGEX "src/engine/fox_edata_info.c") list(FILTER ALL_FILES EXCLUDE REGEX "src/engine/fox_rcp_setup.c") list(FILTER ALL_FILES EXCLUDE REGEX "src/engine/fox_load_inits.c") |
