mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-02 03:10:42 +08:00
add all of the library dependencies that Slic3r needs to the test as well.
This commit is contained in:
parent
464f696f9e
commit
e7d72c1b2c
@ -339,7 +339,7 @@ if (SLIC3R_BUILD_TESTS)
|
||||
endif()
|
||||
add_executable(slic3r_test ${SLIC3R_TEST_SOURCES})
|
||||
add_test(NAME TestSlic3r COMMAND slic3r_test)
|
||||
target_link_libraries(slic3r_test PUBLIC libslic3r Catch)
|
||||
target_link_libraries(slic3r_test PUBLIC libslic3r Catch admesh BSpline clipper expat polypartition poly2tri ZipArchive ${Boost_LIBRARIES})
|
||||
endif()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user