diff --git a/install.m b/install.m index 49f9984..51c4309 100644 --- a/install.m +++ b/install.m @@ -8,6 +8,7 @@ function install() GLFW_VER = '3.3.7'; urlsList = fileread("tools/links.json"); blockPath = './blocks/'; +examplePath = './examples/'; srcPath = './src/'; glfwRunTimeLib = 'lib-static-ucrt'; @@ -30,9 +31,10 @@ function install() %% MATLAB PATH ADDITION addpath(blockPath); +addpath(examplePath); savepath disp(' ') -disp("MuJoCo block library added to MATLAB path and saved"); +disp("MuJoCo block library and examples added to MATLAB path and saved"); %% SHARED LIB COPY PATH ADDITION % Alternatively you can add the dll location to system path