From fbff818e486a5c21d0517221f35c063981e95dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Wed, 6 Mar 2024 11:32:45 +0100 Subject: [PATCH] Remove unused 'app' directory --- CMakeLists.txt | 1 - app/CMakeLists.txt | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 app/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fd34afeb..68cc4db1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,6 @@ find_package(RRuntime REQUIRED) add_subdirectory(src) add_subdirectory(R_lib) -add_subdirectory(app) add_subdirectory(bench) # as tug will also pull in doctest as a dependency diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt deleted file mode 100644 index bd4fc4bf1..000000000 --- a/app/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ - -# add_executable(poet poet.cpp) -# target_include_directories(poet PUBLIC "${CMAKE_CURRENT_BINARY_DIR}") -# target_link_libraries(poet PUBLIC poet_lib MPI::MPI_CXX) - -# install(TARGETS poet DESTINATION bin)