mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-23 03:10:58 +00:00
vcpkg: Add cppdap and eventpp libraries, update baseline
This commit is contained in:
parent
2f1451e5eb
commit
04d4a6e11e
2 changed files with 10 additions and 4 deletions
|
@ -1267,9 +1267,9 @@ if( UNIX )
|
|||
set( PROJECT_LIBRARIES ${PROJECT_LIBRARIES} ${Backtrace_LIBRARIES} )
|
||||
endif()
|
||||
endif()
|
||||
|
||||
target_link_libraries( zdoom ${PROJECT_LIBRARIES} lzma ${ZMUSIC_LIBRARIES} )
|
||||
|
||||
find_package(cppdap CONFIG REQUIRED)
|
||||
find_package(eventpp CONFIG REQUIRED)
|
||||
target_link_libraries( zdoom ${PROJECT_LIBRARIES} lzma ${ZMUSIC_LIBRARIES} cppdap::cppdap eventpp::eventpp )
|
||||
include_directories(
|
||||
BEFORE
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||
"builtin-baseline": "2c401863dd54a640aeb26ed736c55489c079323b",
|
||||
"builtin-baseline": "0659bf17507c88f2da8cb196303a5b6fd862f817",
|
||||
"features":
|
||||
{
|
||||
"vcpkg-libvpx":
|
||||
|
@ -27,6 +27,12 @@
|
|||
}
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "cppdap"
|
||||
},
|
||||
{
|
||||
"name": "eventpp"
|
||||
},
|
||||
{
|
||||
"name": "bzip2",
|
||||
"platform": "(!windows & static) | (windows & static & staticcrt)"
|
||||
|
|
Loading…
Reference in a new issue