diff options
Diffstat (limited to 'src/algorithms')
| -rw-r--r-- | src/algorithms/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/algorithms/CMakeLists.txt b/src/algorithms/CMakeLists.txt new file mode 100644 index 000000000..36b860adb --- /dev/null +++ b/src/algorithms/CMakeLists.txt @@ -0,0 +1,5 @@ +SET(algorithms +find-if-before.h +find-last-if.h +longest-common-suffix.h +) |
