From e87a839c128b30651a354693d7dd40ce9fa3921f Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 7 Dec 2019 12:34:17 +0100 Subject: build: Remove support for SWIG This removes support for SWIG since it wasn't correctly generating all bindings. Since our API is lean, we will write the bindings for different languages from scratch. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- include/ouroboros/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/ouroboros/CMakeLists.txt') diff --git a/include/ouroboros/CMakeLists.txt b/include/ouroboros/CMakeLists.txt index fe0ccf5d..8f248710 100644 --- a/include/ouroboros/CMakeLists.txt +++ b/include/ouroboros/CMakeLists.txt @@ -22,5 +22,3 @@ set(HEADER_FILES ) install(FILES ${HEADER_FILES} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/ouroboros) - -add_subdirectory(wrap) -- cgit v1.2.3