Skip to content

Commit

Permalink
Remove unused applications
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Oct 25, 2023
1 parent 72cfb8c commit 14a9e7d
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 2,837 deletions.
13 changes: 0 additions & 13 deletions applications/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,6 @@ if(BUILD_APPLICATIONS)
set_target_properties(summary PROPERTIES SUFFIX ".x")
endif()

# This minor eclipse application depends on the config parser library and
# should be moved to the libres repository - it can not be built here.
if(BUILD_ERT)
add_executable(ecl_quantile ecl/ecl_quantile.c)
target_link_libraries(ecl_quantile config)
list(APPEND apps ecl_quantile)
endif()
if(PTHREAD_LIBRARY)
add_executable(bls block_fs/bls.c)
target_link_libecl(bls)
list(APPEND apps bls)
endif()

add_executable(segment_info well/segment_info.c)
add_executable(CF_dump well/well_CF_dump.c)
add_executable(ri_well_test well/ri_well_test.c)
Expand Down
Loading

0 comments on commit 14a9e7d

Please sign in to comment.