Renamed benchmarks directory to prevent conflicts if cmake is called from main dir

This commit is contained in:
Matt Hill
2014-08-18 23:30:30 -04:00
parent 931c5b3806
commit f1ee656657
6 changed files with 3 additions and 3 deletions

View File

@@ -21,9 +21,9 @@ TARGET_LINK_LIBRARIES(classifychars
ADD_EXECUTABLE(benchmark EXCLUDE_FROM_ALL
benchmark/benchmark.cpp
benchmark/benchmark_utils.cpp
benchmark/endtoendtest.cpp
benchmarks/benchmark.cpp
benchmarks/benchmark_utils.cpp
benchmarks/endtoendtest.cpp
)
TARGET_LINK_LIBRARIES(benchmark
openalpr-static