added alias

This commit is contained in:
2025-03-19 18:50:47 +03:00
parent f85243e892
commit 27576ed761
2 changed files with 3 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ else()
add_library(omath STATIC source/Matrix.cpp)
endif()
add_library(omath::omath ALIAS omath)
if (OMATH_IMGUI_INTEGRATION)
target_compile_definitions(omath PUBLIC OMATH_IMGUI_INTEGRATION)
endif()