Skip to content

Commit

Permalink
Fix debug linking of ParticlesTests on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed Jan 16, 2023
1 parent 0af1222 commit f671450
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Testing/ParticlesTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ add_executable(ParticlesTests
)

target_link_libraries(ParticlesTests
${ITK_LIBRARIES}
${VTK_LIBRARIES}
Particles
Testing
Optimize
Project
)
Mesh Optimize Utils trimesh2 Particles
Testing pybind11::embed Project Image
)

add_test(NAME ParticlesTests COMMAND ParticlesTests)

0 comments on commit f671450

Please sign in to comment.