What is the difference between PROJ_ROOT and CMAKE_SOURCE_DIR
Created by: wangkuiyi
I noticed that in /CMakeLists.txt
, there defines
set(PROJ_ROOT ${CMAKE_CURRENT_SOURCE_DIR})
Does this mean that PROJ_ROOT
is exactly CMAKE_SOURCE_DIR
?
Created by: wangkuiyi
I noticed that in /CMakeLists.txt
, there defines
set(PROJ_ROOT ${CMAKE_CURRENT_SOURCE_DIR})
Does this mean that PROJ_ROOT
is exactly CMAKE_SOURCE_DIR
?