cmake: add support for static build

This commit is contained in:
2024-12-06 19:48:20 +00:00
parent 1f7319458e
commit ec05379e33
7 changed files with 39 additions and 10 deletions

View File

@@ -19,3 +19,5 @@ target_link_libraries(
Bluelib::Core
Bluelib::Object
Bluelib::Cmd)
target_compile_definitions(ivy PRIVATE IVY_STATIC=${IVY_STATIC})