2025-07-07 15:35:17 +03:30
|
|
|
add_library_module(asset_parser
|
|
|
|
parser.cpp
|
|
|
|
assets/texture.cpp
|
2025-07-07 15:17:13 +03:30
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(
|
2025-07-07 15:35:17 +03:30
|
|
|
asset_parser
|
|
|
|
PRIVATE LZ4::lz4_static
|
|
|
|
PRIVATE nlohmann_json::nlohmann_json
|
2025-07-07 15:17:13 +03:30
|
|
|
)
|