build: Fix more link and define issues

This commit is contained in:
WerWolv
2024-01-04 01:06:38 +01:00
parent a8e2e132d1
commit eca41cac16
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ add_subdirectory(lib/third_party/imgui)
add_subdirectory_if_exists(lib/third_party/fmt)
add_subdirectory_if_exists(lib/third_party/nlohmann_json)
set(FMT_LIBRARIES fmt::fmt-header-only)
set(FMT_LIBRARIES fmt::fmt-header-only PARENT_SCOPE)
add_subdirectory(lib/external/libwolv)