You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
326 B
7 lines
326 B
4 years ago
|
message(STATUS "source: '${CMAKE_SOURCE_DIR}'")
|
||
|
message(STATUS "binary: '${CMAKE_BINARY_DIR}'")
|
||
|
get_filename_component(real_source "${CMAKE_SOURCE_DIR}" REALPATH)
|
||
|
get_filename_component(real_binary "${CMAKE_BINARY_DIR}" REALPATH)
|
||
|
message(STATUS "real source: '${real_source}'")
|
||
|
message(STATUS "real binary: '${real_binary}'")
|