I want to specify a path related to the current directory in CMake, and could not find a solution.
My project is on the way with something like:
C:/Projects/ProjectA/CMakeLists.txt
and I want to specify the name of the relative path in the following directory using the set () command
C:/External/Library
In other words, what is CMake broadcast
../../External/Library?
Thanks,
source share