Is there a way to display all the targets that are included in CMake's default target?
I tried browsing all the CMakeLists.txt of my project by hand, but it is very tedious as there are many of them.
Is there a way to display all the targets that are included in CMake's default target?
I tried browsing all the CMakeLists.txt of my project by hand, but it is very tedious as there are many of them.