updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2024-07-28 09:52:58 -05:00
parent 39888a1ebc
commit b5175cb82b
3 changed files with 62 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ include(cmake/libraries/sqlite.cmake)
include(cmake/libraries/stduuid.cmake)
include(cmake/libraries/testing.cmake)
include(cmake/libraries/winfsp.cmake)
if(PROJECT_BUILD)
find_package(Threads REQUIRED)
find_package(ZLIB REQUIRED)

View File

@@ -25,6 +25,7 @@ set(LIBEVENT_VERSION 2.1.12)
set(LIBSODIUM_VERSION 1.0.20)
set(MESA_VERSION 23.3.3)
set(MINGW_VERSION 11.0.1)
set(NANA_VERSION 1.7.4)
set(NUSPELL_VERSION 5.1.4)
set(OGG_VERSION 1.3.5)
set(OPENAL_VERSION 1.23.1)