Skip to content

Commit 1a29fec

Browse files
authored
Update install.m
1 parent 4d6b014 commit 1a29fec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ function install()
88
GLFW_VER = '3.3.7';
99
urlsList = fileread("tools/links.json");
1010
blockPath = './blocks/';
11+
examplePath = './examples/';
1112
srcPath = './src/';
1213

1314
glfwRunTimeLib = 'lib-static-ucrt';
@@ -30,9 +31,10 @@ function install()
3031

3132
%% MATLAB PATH ADDITION
3233
addpath(blockPath);
34+
addpath(examplePath);
3335
savepath
3436
disp(' ')
35-
disp("MuJoCo block library added to MATLAB path and saved");
37+
disp("MuJoCo block library and examples added to MATLAB path and saved");
3638

3739
%% SHARED LIB COPY PATH ADDITION
3840
% Alternatively you can add the dll location to system path

0 commit comments

Comments
 (0)