Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski authored Feb 29, 2024
1 parent 3162c96 commit a518948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(fTetWildWrapper)
set(fTetWild_DIR "${CMAKE_CURRENT_SOURCE_DIR}/src/fTetWild")

# Include the fTetWild project as a subdirectory
add_subdirectory(${fTetWild_DIR})
add_subdirectory(${fTetWild_DIR} EXCLUDE_FROM_ALL)

# Define your shared library that wraps the fTetWild code
add_library(PyfTetWildWrapper SHARED "${CMAKE_CURRENT_SOURCE_DIR}/src/FTetWildWrapper.cpp")
Expand Down

0 comments on commit a518948

Please sign in to comment.