Skip to content

Commit ce3c830

Browse files
committed
Fixed missing bracket in examples/CMakeLists.txt
1 parent ecdd98c commit ce3c830

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ add_subdirectory(
66
${CMAKE_CURRENT_LIST_DIR}/plain-malloc
77
${CMAKE_BINARY_DIR}/examples/plain-malloc
88
)
9+
910
add_subdirectory(
1011
${CMAKE_CURRENT_LIST_DIR}/multi-size-malloc
1112
${CMAKE_BINARY_DIR}/examples/multi-size-malloc
13+
)
1214

1315
add_subdirectory(
1416
${CMAKE_CURRENT_LIST_DIR}/simple-mallocMC

0 commit comments

Comments
 (0)