Skip to content

Commit cfb95da

Browse files
committed
cmake build str2num examples
1 parent fbdf870 commit cfb95da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/strings/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ ADD_EXAMPLE(starts_with)
1010
ADD_EXAMPLE(strip)
1111
ADD_EXAMPLE(to_string)
1212
ADD_EXAMPLE(zfill)
13-
ADD_EXAMPLE(str2num)
13+
ADD_EXAMPLE(string_to_number)
14+
ADD_EXAMPLE(stream_of_strings_to_numbers)

0 commit comments

Comments
 (0)