include(FetchContent)

#set(FETCHCONTENT_FULLY_DISCONNECTED ON)

#set(BUILD_SHARED_LIBS off)

FetchContent_Declare(
  logc
  GIT_REPOSITORY "https://github.com/Tropicananass/log.c.git"
)

# add the log.c
FetchContent_MakeAvailable(logc)
