Open rmpowell77 opened 2 years ago
Adding target_include_directories to allow easier usage in subdirectory in cmake.
I noticed that this was failing to build correctly when I would include as FetchContent in a different project. More details about what I did at https://rmpowell77.github.io/Fixing-up-munkres-cpp-cmake/.
FetchContent
Adding target_include_directories to allow easier usage in subdirectory in cmake.
I noticed that this was failing to build correctly when I would include as
FetchContent
in a different project. More details about what I did at https://rmpowell77.github.io/Fixing-up-munkres-cpp-cmake/.