mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-08 17:57:02 +08:00
build(deps): add assimp library as dependency
This commit is contained in:
@@ -148,6 +148,7 @@ target_link_libraries(${PROJECT_NAME}
|
||||
OpenAL::OpenAL
|
||||
harfbuzz::harfbuzz
|
||||
Opus::Opus
|
||||
assimp::assimp
|
||||
$<$<PLATFORM_ID:Windows>:ws2_32>
|
||||
|
||||
)
|
||||
|
||||
@@ -10,7 +10,7 @@ find_package(harfbuzz REQUIRED)
|
||||
find_package(Freetype REQUIRED)
|
||||
find_package(SDL3 REQUIRED)
|
||||
find_package(Opus REQUIRED)
|
||||
|
||||
find_package(assimp REQUIRED)
|
||||
# Third-party libraries
|
||||
|
||||
if (WIN32)
|
||||
|
||||
@@ -63,6 +63,7 @@ void CreditsUI::init() {
|
||||
add_text("HarfBuzz – Old-MIT / GPL-2.0+");
|
||||
add_text("utf8cpp – BSL-1.0");
|
||||
add_text("stb - public domain / MIT licensed");
|
||||
add_text("assimp - BSD-3-Clause");
|
||||
add_text("Music", 0.8f);
|
||||
add_text("'Find a Peaceful Place' by ROZKOL (Free Music Archive), CC "
|
||||
"BY 4.0.");
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"harfbuzz",
|
||||
"freetype",
|
||||
"opus",
|
||||
"assimp",
|
||||
{
|
||||
"name": "sdl3",
|
||||
"default-features": false
|
||||
|
||||
Reference in New Issue
Block a user