From a53f86251ae69f2aa0820327957b7e3bfe0d6215 Mon Sep 17 00:00:00 2001 From: Danny Edel Date: Mon, 28 Sep 2015 08:04:47 +0200 Subject: [PATCH] CMakeLists: add file suffixes for clarity --- testing/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt index b47e0c78..f21f76aa 100644 --- a/testing/CMakeLists.txt +++ b/testing/CMakeLists.txt @@ -1,6 +1,6 @@ # Test driver library for convenience linking. add_library(testhelp - testhelpers + testhelpers.cc ) # Link this helper library to dspdfviewer's functions target_link_libraries(testhelp libdspdfviewer)