aboutsummaryrefslogtreecommitdiff
path: root/src/json/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/json/CMakeLists.txt')
-rw-r--r--src/json/CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/json/CMakeLists.txt b/src/json/CMakeLists.txt
deleted file mode 100644
index 5887d523a..000000000
--- a/src/json/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-if( UNIX )
- set(json_SRCS jsoncpp.cpp)
- set(json_platform_LIBS "")
-else( UNIX )
- set(json_SRCS jsoncpp.cpp)
- set(json_platform_LIBS "")
-endif( UNIX )
-
-add_library(jsoncpp ${json_SRCS})
-
-target_link_libraries(
- jsoncpp
- ${json_platform_LIBS}
-)