mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 09:01:16 -06:00
Add tomlplusplus.
This commit is contained in:
@@ -63,6 +63,8 @@ find_package(VulkanHeaders CONFIG)
|
||||
find_package(volk CONFIG REQUIRED)
|
||||
find_package(VulkanMemoryAllocator CONFIG REQUIRED)
|
||||
find_package(xxHash CONFIG REQUIRED)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(tomlplusplus REQUIRED IMPORTED_TARGET tomlplusplus)
|
||||
|
||||
target_link_libraries(UnleashedRecomp PRIVATE
|
||||
comctl32
|
||||
@@ -81,6 +83,7 @@ target_link_libraries(UnleashedRecomp PRIVATE
|
||||
unordered_dense::unordered_dense
|
||||
winmm
|
||||
xxHash::xxhash
|
||||
PkgConfig::tomlplusplus
|
||||
)
|
||||
|
||||
target_include_directories(UnleashedRecomp PRIVATE
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <ankerl/unordered_dense.h>
|
||||
#include <ddspp.h>
|
||||
#include <ppc/ppc_recomp_shared.h>
|
||||
#include <toml++/toml.hpp>
|
||||
|
||||
#include "framework.h"
|
||||
#include "Mutex.h"
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
"volk",
|
||||
"vulkan-headers",
|
||||
"vulkan-memory-allocator",
|
||||
"xxhash"
|
||||
"xxhash",
|
||||
"pkgconf",
|
||||
"tomlplusplus"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user