Remove unused 'app' directory

This commit is contained in:
Max Lübke 2024-03-06 11:32:45 +01:00
parent fb8a8d24b6
commit 52fdbb8d2f
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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)