Template C++ project using CMake, CTest, Catch, and a SuperBuild for dependencies such as Boost, gflags, glog, VTK, OpenCV and PCL.
BSD 3-Clause "New" or "Revised" License
31
stars
13
forks
source link
Add CMake export facility #12
Closed
MattClarkson closed 6 years ago
Need to ensure that if user does
make install
then there is CMake config files to enablefind_package(MyProject)
to work.