diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-05-06 00:42:07 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-05-06 00:42:07 +0000 |
| commit | 0b071f7deb5dbcc65bf97a3abb52314bbb7d6543 (patch) | |
| tree | 7ff73901d9081271a2f37aa2b04c548159cc4041 /src/algorithms | |
| parent | Bring testing files up-to-date in preparation to test new svg code. (diff) | |
| download | inkscape-0b071f7deb5dbcc65bf97a3abb52314bbb7d6543.tar.gz inkscape-0b071f7deb5dbcc65bf97a3abb52314bbb7d6543.zip | |
Cmake: Fix some undefined function calls
(bzr r5611)
Diffstat (limited to 'src/algorithms')
| -rw-r--r-- | src/algorithms/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algorithms/CMakeLists.txt b/src/algorithms/CMakeLists.txt index 36b860adb..c4ef6aafb 100644 --- a/src/algorithms/CMakeLists.txt +++ b/src/algorithms/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(algorithms +SET(algorithms_SRC find-if-before.h find-last-if.h longest-common-suffix.h |
