diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..9e40969 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (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 +)