Skip to content

Conversation

@DarenVallor
Copy link

Add CMake support

Introduced a CMakeLists.txt that declares the library as header-only using an INTERFACE target.

Enables consumers to easily integrate the library via:

  • FetchContent_Declare() / FetchContent_MakeAvailable()
  • or find_package() after installation.

This makes the library easier to use in CMake projects without manually setting include paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant