Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 0 additions & 64 deletions src/bin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,6 @@ add_geode_binary(
${PROJECT_NAME}::inspection
)

add_geode_binary(
SOURCE "geode-inspector-cross-section.cpp"
DEPENDENCIES
Async++
absl::flags
absl::flags_parse
absl::flags_usage
OpenGeode::basic
OpenGeode::geometry
OpenGeode::mesh
OpenGeode::model
OpenGeode-Geosciences::explicit
OpenGeode-GeosciencesIO::model
${PROJECT_NAME}::inspection
)

add_geode_binary(
SOURCE "geode-inspector-edgedcurve.cpp"
DEPENDENCIES
Expand All @@ -63,38 +47,6 @@ add_geode_binary(
${PROJECT_NAME}::inspection
)

add_geode_binary(
SOURCE "geode-inspector-implicit-cross-section.cpp"
DEPENDENCIES
Async++
absl::flags
absl::flags_parse
absl::flags_usage
OpenGeode::basic
OpenGeode::geometry
OpenGeode::mesh
OpenGeode::model
OpenGeode-Geosciences::implicit
OpenGeode-GeosciencesIO::model
${PROJECT_NAME}::inspection
)

add_geode_binary(
SOURCE "geode-inspector-implicit-structural-model.cpp"
DEPENDENCIES
Async++
absl::flags
absl::flags_parse
absl::flags_usage
OpenGeode::basic
OpenGeode::geometry
OpenGeode::mesh
OpenGeode::model
OpenGeode-Geosciences::implicit
OpenGeode-GeosciencesIO::model
${PROJECT_NAME}::inspection
)

add_geode_binary(
SOURCE "geode-inspector-pointset.cpp"
DEPENDENCIES
Expand Down Expand Up @@ -138,22 +90,6 @@ add_geode_binary(
${PROJECT_NAME}::inspection
)

add_geode_binary(
SOURCE "geode-inspector-structural-model.cpp"
DEPENDENCIES
Async++
absl::flags
absl::flags_parse
absl::flags_usage
OpenGeode::basic
OpenGeode::geometry
OpenGeode::mesh
OpenGeode::model
OpenGeode-Geosciences::explicit
OpenGeode-GeosciencesIO::model
${PROJECT_NAME}::inspection
)

add_geode_binary(
SOURCE "geode-inspector-surface.cpp"
DEPENDENCIES
Expand Down
73 changes: 0 additions & 73 deletions src/bin/geode-inspector-cross-section.cpp

This file was deleted.

75 changes: 0 additions & 75 deletions src/bin/geode-inspector-implicit-cross-section.cpp

This file was deleted.

75 changes: 0 additions & 75 deletions src/bin/geode-inspector-implicit-structural-model.cpp

This file was deleted.

73 changes: 0 additions & 73 deletions src/bin/geode-inspector-structural-model.cpp

This file was deleted.

Loading