bloomberg / clangmetatool

A framework for reusing code in Clang tools
https://bloomberg.github.io/clangmetatool/
Apache License 2.0
121 stars 25 forks source link

fix: Issue #81: tests do not build with FetchContent #82

Closed rknuus closed 1 month ago

rknuus commented 1 month ago

Issue number of the reported bug or feature request: #81

Describe your changes Replacing the root CMake project directories by the directories of the current project enables the integration of clangmetatool using CMake's FetchContent facility.

Testing performed The project was successfully built as stand-alone project as well as sub-project through CMake’s FetchContent. All automated tests passed.