Skip to content

Commit 9b9af2a

Browse files
committed
test
1 parent 9eea35c commit 9b9af2a

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

src/bin/CMakeLists.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
# add_geode_binary(
22-
# SOURCE "geode-triangulate-brep.cpp"
23-
# DEPENDENCIES
24-
# absl::flags
25-
# absl::flags_parse
26-
# absl::flags_usage
27-
# ${PROJECT_NAME}::mesh
28-
# ${PROJECT_NAME}::model
29-
# )
30-
# add_geode_binary(
31-
# SOURCE "geode-triangulate-section.cpp"
32-
# DEPENDENCIES
33-
# absl::flags
34-
# absl::flags_parse
35-
# absl::flags_usage
36-
# ${PROJECT_NAME}::model
37-
# )
21+
add_geode_binary(
22+
SOURCE "geode-triangulate-brep.cpp"
23+
DEPENDENCIES
24+
absl::flags
25+
absl::flags_parse
26+
absl::flags_usage
27+
${PROJECT_NAME}::mesh
28+
${PROJECT_NAME}::model
29+
)
30+
add_geode_binary(
31+
SOURCE "geode-triangulate-section.cpp"
32+
DEPENDENCIES
33+
absl::flags
34+
absl::flags_parse
35+
absl::flags_usage
36+
${PROJECT_NAME}::model
37+
)

src/geode/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
#------------------------------------------------------------------------------------------------
2222
# Configure the OpenGeode libraries
2323
add_subdirectory(basic)
24-
# add_subdirectory(geometry)
25-
# add_subdirectory(mesh)
26-
# add_subdirectory(model)
24+
add_subdirectory(geometry)
25+
add_subdirectory(mesh)
26+
add_subdirectory(model)

tests/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ configure_file(${test_common_file_in} ${test_common_file})
3434
include_directories(${PROJECT_BINARY_DIR})
3535

3636
add_subdirectory(basic)
37-
# add_subdirectory(geometry)
38-
# add_subdirectory(mesh)
39-
# add_subdirectory(model)
37+
add_subdirectory(geometry)
38+
add_subdirectory(mesh)
39+
add_subdirectory(model)

0 commit comments

Comments
 (0)