aboutsummaryrefslogtreecommitdiff
path: root/contrib/otshell_utils/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/otshell_utils/CMakeLists.txt')
-rw-r--r--contrib/otshell_utils/CMakeLists.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/otshell_utils/CMakeLists.txt b/contrib/otshell_utils/CMakeLists.txt
deleted file mode 100644
index 263f07c85..000000000
--- a/contrib/otshell_utils/CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-cmake_minimum_required (VERSION 2.6)
-project (otshell CXX)
-
-# Add executable
-
-if(APPLE AND POLICY CMP0042)
- cmake_policy(SET CMP0042 NEW)
-endif()
-
-file(GLOB otshell_utils_sources # All files in directory:
- "*.h"
- "*.hpp"
- "*.cpp"
-)
-
-add_library (otshell_utils ${otshell_utils_sources})
-set_target_properties (otshell_utils PROPERTIES OUTPUT_NAME "otshell_utils")
-#target_link_libraries (upnpc-static ${LDLIBS}) # to add used libs