saebyn / munkres-cpp

Kuhn-Munkres (Hungarian) Algorithm in C++
http://saebyn.info/2007/05/22/munkres-code-v2/
GNU General Public License v2.0
205 stars 79 forks source link

Adding target_include_directories to allow easier usage in subdirecto… #33

Open rmpowell77 opened 2 years ago

rmpowell77 commented 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/.