Skip to content

Commit

Permalink
Add executable dirls.c to CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
jjones4 authored Sep 22, 2021
1 parent 7034a5e commit e8a6855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ if(DIRENT_BUILD_TESTS)
add_executable (updatedb examples/updatedb.c)
add_executable (scandir examples/scandir.c)
add_executable (cat examples/cat.c)
add_executable (dirls examples/dirls.c)

# Build test programs
include (CTest)
Expand Down

0 comments on commit e8a6855

Please sign in to comment.