moved the cmake folder to client root folder

This commit is contained in:
vladimir.kuznetsov 2022-12-14 19:16:12 +03:00
parent 4df918d6a5
commit bd382e3cc7
3 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,8 @@ set(LIBS ${LIBS}
Qt6::Core5Compat
)
qt_standard_project_setup()
if(IOS)
execute_process(COMMAND bash ${CMAKE_CURRENT_LIST_DIR}/scripts/openvpn.sh)
endif()