Skip to content

Commit 193e6e3

Browse files
committed
eeptools: Add to top-level CMakeLists.txt
Signed-off-by: Phil Elwell <[email protected]>
1 parent 65c0a82 commit 193e6e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ project(utils)
44

55
# List of subsidiary CMakeLists
66
add_subdirectory(dtmerge)
7+
add_subdirectory(eeptools)
78
add_subdirectory(otpset)
89
add_subdirectory(overlaycheck)
910
add_subdirectory(ovmerge)
1011
add_subdirectory(pinctrl)
1112
add_subdirectory(raspinfo)
13+
add_subdirectory(vcgencmd)
1214
add_subdirectory(vclog)
1315
add_subdirectory(vcmailbox)
14-
add_subdirectory(vcgencmd)

0 commit comments

Comments
 (0)