meta: replace bluelib references with fx

This commit is contained in:
2026-03-16 13:59:14 +00:00
parent 73b4b77816
commit ef858dd061
106 changed files with 1402 additions and 1389 deletions

View File

@@ -24,10 +24,10 @@ if (NOT MIE_STATIC)
endif ()
if (MIE_STATIC)
set(Bluelib_STATIC TRUE)
set(FX_STATIC TRUE)
endif ()
find_package(Bluelib REQUIRED)
find_package(FX REQUIRED)
add_subdirectory(mie)
add_subdirectory(tool)