# (C) Copyright 2008 Andrew Sutton # Distributed under the Boost Software License, Version 1.0. include_directories(${text_INCLUDE_DIR}) # Add an executable target, poly. gpld_add_executable(prefix_set prefix_set.cpp) gpld_add_executable(prefix_map prefix_map.cpp) gpld_add_executable(suffix_array suffix_array.cpp) ENABLE_TESTING() gpld_add_test(PrefixSet prefix_set) gpld_add_test(PrefixMap prefix_map) gpld_add_test(SuffixArray suffix_array)