Added simple_ls to examples Jamfile.

This commit is contained in:
Andrey Semashev 2023-02-12 02:14:26 +03:00
parent 7509619c9e
commit cace399f2c

View File

@ -23,6 +23,7 @@ exe path_info : path_info.cpp : <cxxstd>11 ;
exe file_status : file_status.cpp ;
exe file_size : file_size.cpp ;
exe directory_symlink_parent_resolution : directory_symlink_parent_resolution.cpp ;
exe simple_ls : simple_ls.cpp ;
install tut1-copy : tut1 : <location>. ;
install tut2-copy : tut2 : <location>. ;