Skip to content

Commit

Permalink
fix accidentally disabled tests (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
elalish authored Aug 20, 2024
1 parent fd485f6 commit db4470c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ endif()

if(MANIFOLD_CROSS_SECTION)
target_link_libraries(${PROJECT_NAME} cross_section)
target_compile_options(${PROJECT_NAME} PUBLIC -DMANIFOLD_CROSS_SECTION)
endif()

if(MANIFOLD_EXPORT)
Expand Down

0 comments on commit db4470c

Please sign in to comment.