File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# language: CMake
22
3- cmake_path(SET QCUSTOMPLOT_DIR "${CMAKE_SOURCE_DIR } /qcustomplot" )
4- cmake_path(SET CMAKESCRIPTS_DIR "${CMAKE_SOURCE_DIR } /cmake_scripts" )
5- cmake_path(SET IMAGES_DIR "${CMAKE_SOURCE_DIR } /.extra/images" )
3+ cmake_path(SET QCUSTOMPLOT_DIR "${CMAKE_CURRENT_SOURCE_DIR } /qcustomplot" )
4+ cmake_path(SET CMAKESCRIPTS_DIR "${CMAKE_CURRENT_SOURCE_DIR } /cmake_scripts" )
5+ cmake_path(SET IMAGES_DIR "${CMAKE_CURRENT_SOURCE_DIR } /.extra/images" )
66
7- cmake_path(SET PROJECT_DIR "${CMAKE_SOURCE_DIR } " )
7+ cmake_path(SET PROJECT_DIR "${CMAKE_CURRENT_SOURCE_DIR } " )
88
9- cmake_path(SET GUI_DIR "${CMAKE_SOURCE_DIR } /gui" )
10- cmake_path(SET DATATOOLS_DIR "${CMAKE_SOURCE_DIR } /data_tools" )
11- cmake_path(SET MATH_DIR "${CMAKE_SOURCE_DIR } /math" )
9+ cmake_path(SET GUI_DIR "${CMAKE_CURRENT_SOURCE_DIR } /gui" )
10+ cmake_path(SET DATATOOLS_DIR "${CMAKE_CURRENT_SOURCE_DIR } /data_tools" )
11+ cmake_path(SET MATH_DIR "${CMAKE_CURRENT_SOURCE_DIR } /math" )
You can’t perform that action at this time.
0 commit comments