InterviewSolution
Saved Bookmarks
| 1. |
How Do I Get The Current Source Or Binary Directory? |
|
Answer» The VARIABLE CMAKE_CURRENT_SOURCE_DIR contains the absolute path to your CURRENT source directory, while CMAKE_CURRENT_BINARY_DIR points to the EQUIVALENT binary directory. The variable CMAKE_CURRENT_SOURCE_DIR contains the absolute path to your current source directory, while CMAKE_CURRENT_BINARY_DIR points to the equivalent binary directory. |
|