summaryrefslogtreecommitdiff
path: root/test/thirdPartyLibs/jsoncpp/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/thirdPartyLibs/jsoncpp/CMakeLists.txt')
-rw-r--r--test/thirdPartyLibs/jsoncpp/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/thirdPartyLibs/jsoncpp/CMakeLists.txt b/test/thirdPartyLibs/jsoncpp/CMakeLists.txt
deleted file mode 100644
index 79658002c..000000000
--- a/test/thirdPartyLibs/jsoncpp/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-include_directories (
- ${GMOCK_INCLUDE_DIRECTORY}
- ${JSONCPP_INCLUDE_DIRECTORY}
- ./include
-)
-
-set (SOURCES
- ./src/json_reader_test.cc
-)
-
-add_library("test_JSONCPPTest" "${SOURCES}")