Skip to content

Commit

Permalink
fix for EB
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Dec 6, 2024
1 parent 2e8a220 commit d870e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/BuildERFExe.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function(build_erf_lib erf_lib_name)

if(ERF_ENABLE_EB)
target_sources(${erf_lib_name} PRIVATE
${SRC_DIR}/EB/InitEB.cpp
${SRC_DIR}/EB/ERF_InitEB.cpp
${SRC_DIR}/EB/ERF_EBBox.cpp
${SRC_DIR}/EB/ERF_EBCylinder.cpp
${SRC_DIR}/EB/ERF_EBRegular.cpp
Expand Down

0 comments on commit d870e14

Please sign in to comment.