summaryrefslogtreecommitdiffstats
path: root/libltdl/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libltdl/CMakeLists.txt')
m---------libltdl0
-rw-r--r--libltdl/CMakeLists.txt19
2 files changed, 0 insertions, 19 deletions
diff --git a/libltdl b/libltdl
new file mode 160000
+Subproject 6d6796c294ca6e9b7f83c295217817c4bf48603
diff --git a/libltdl/CMakeLists.txt b/libltdl/CMakeLists.txt
deleted file mode 100644
index 014b8e8aa..000000000
--- a/libltdl/CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-#################################################
-#
-# (C) 2010 Serghei Amelian
-# serghei (DOT) amelian (AT) gmail.com
-#
-# Improvements and feedback are welcome
-#
-# This file is released under GPL >= 2
-#
-#################################################
-
-include_directories(
- ${CMAKE_BINARY_DIR}
-)
-
-tde_add_library( ltdlc STATIC_PIC
- SOURCES ltdl.c
- LINK ${DL_LIBRARIES}
-)