cppparser
cppparser copied to clipboard
Reforms the library target definitions in the main CMakeLists
Reforms the library target definitions in the main CMakeLists to:
- Allow the project to be used without any hassle of including the published header files, utilizing the modern CMake capabilities.
- The dependent project will not be needing to add anything to
include_directories(); linking the dependent project againstcppparserwould do the trick.