Browse Source

Add missing vcruntime dependency to the SDL2 CMakeLists.txt

master
C. J. Howard 3 years ago
parent
commit
61ea2d2297
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      modules/SDL2/CMakeLists.txt
  3. +1
    -1
      modules/antkeeper-data
  4. +1
    -1
      modules/antkeeper-source

+ 1
- 1
README.md View File

@ -1,6 +1,6 @@
# Antkeeper Superbuild
This repository contains a CMake superbuild system and all dependencies required to build Antkeeper.
This repository contains the superbuild system and all dependencies required to build Antkeeper.
## Download

+ 1
- 1
modules/SDL2/CMakeLists.txt View File

@ -1335,7 +1335,7 @@ elseif(WINDOWS)
endif()
# Libraries for Win32 native and MinGW
list(APPEND EXTRA_LIBS user32 gdi32 winmm imm32 ole32 oleaut32 version uuid advapi32 setupapi shell32)
list(APPEND EXTRA_LIBS user32 gdi32 winmm imm32 ole32 oleaut32 version uuid advapi32 setupapi shell32 vcruntime)
# TODO: in configure.ac the check for timers is set on
# cygwin | mingw32* - does this include mingw32CE?

+ 1
- 1
modules/antkeeper-data

@ -1 +1 @@
Subproject commit 97eb1925143c1547ee46ba548a11a109fa6b95d6
Subproject commit 3e5d2d8c56ccd78a23d743032155ab2112923744

+ 1
- 1
modules/antkeeper-source

@ -1 +1 @@
Subproject commit be531e183382ec355fb653600b0233d52c12d015
Subproject commit 351d65dcbc6a71c993db08a0d8862f6646469503

Loading…
Cancel
Save