Skip to content

Releases: MartinHelmut/imnodes

v1.0.1

12 Nov 11:20
78693e1

Choose a tag to compare

About

Base release version usable as CMake module forked from https://github.com/Nelarius/imnodes

Setup

include(FetchContent)
FetchContent_Declare(
  imnodes
  GIT_REPOSITORY "https://github.com/MartinHelmut/imnodes.git"
  GIT_TAG v1.0.1
)
FetchContent_MakeAvailable(imnodes)