I'm trying CTest in CMake in order to automatically run some of my tests using make test
target. The problem is CMake does not "understand" that the test I'm willing to run has to be built since it is part of the project.
So I'm looking for a way to explicitly specify this dependency.