diff options
Diffstat (limited to 'kapture/CMakeLists.txt')
-rw-r--r-- | kapture/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/kapture/CMakeLists.txt b/kapture/CMakeLists.txt deleted file mode 100644 index af74edd..0000000 --- a/kapture/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -include_directories( - ${CMAKE_SOURCE_DIR} - ${UFODECODE_INCLUDE_DIRS} -) - -set(HEADERS ${HEADERS} model.h) - -add_library(kapture STATIC kapture.c) - |