meta: replace bluelib with fx

This commit is contained in:
2026-06-22 17:45:54 +01:00
parent 4190a5c54a
commit c6c4b0c1f9
81 changed files with 3933 additions and 1349 deletions
+5 -2
View File
@@ -5,10 +5,13 @@ add_library(libropkg SHARED ${sources})
set_target_properties(libropkg PROPERTIES
OUTPUT_NAME ropkg)
target_link_libraries(libropkg
Bluelib::Io
Bluelib::Compress)
FX::Runtime
FX::Io
FX::Compression
SQLite3::SQLite3)
target_include_directories(libropkg PUBLIC
include/)
target_compile_definitions(libropkg PRIVATE
LIBROPKG_EXPORT=1
LIBROPKG_STATIC=0)