Skip to content

Releases: muxi-ai/muxi-cpp

v0.20260408.0

08 Apr 21:29

Choose a tag to compare

C++ SDK v0.20260408.0

Add to CMakeLists.txt using FetchContent:

include(FetchContent)
FetchContent_Declare(
  muxi
  GIT_REPOSITORY https://github.com/muxi-ai/muxi-cpp.git
  GIT_TAG v0.20260408.0
)
FetchContent_MakeAvailable(muxi)
target_link_libraries(your_target PRIVATE muxi)

v0.20260324.0

24 Mar 12:46

Choose a tag to compare

C++ SDK v0.20260324.0

Add to CMakeLists.txt using FetchContent:

include(FetchContent)
FetchContent_Declare(
  muxi
  GIT_REPOSITORY https://github.com/muxi-ai/muxi-cpp.git
  GIT_TAG v0.20260324.0
)
FetchContent_MakeAvailable(muxi)
target_link_libraries(your_target PRIVATE muxi)

v0.20260220.0

20 Feb 20:54

Choose a tag to compare

C++ SDK v0.20260220.0

Add to CMakeLists.txt using FetchContent:

include(FetchContent)
FetchContent_Declare(
  muxi
  GIT_REPOSITORY https://github.com/muxi-ai/muxi-cpp.git
  GIT_TAG v0.20260220.0
)
FetchContent_MakeAvailable(muxi)
target_link_libraries(your_target PRIVATE muxi)

v0.20260211.0

11 Feb 14:38

Choose a tag to compare

C++ SDK v0.20260211.0

Add to CMakeLists.txt using FetchContent:

include(FetchContent)
FetchContent_Declare(
  muxi
  GIT_REPOSITORY https://github.com/muxi-ai/muxi-cpp.git
  GIT_TAG v0.20260211.0
)
FetchContent_MakeAvailable(muxi)
target_link_libraries(your_target PRIVATE muxi)