Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2021-07-16 17:40:59 +0300
committertamasmeszaros <meszaros.q@gmail.com>2021-07-16 17:40:59 +0300
commitdb782b01a571d9868d06c0e1d29de281455c6a37 (patch)
tree06204ec86106a224734cc8b852c49099a878a06f /tests
parentbf7b5542356966e69259a7ce8a91a1c4a8d091ea (diff)
Fix build on gcc8
Diffstat (limited to 'tests')
-rw-r--r--tests/slic3rutils/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/slic3rutils/CMakeLists.txt b/tests/slic3rutils/CMakeLists.txt
index f03d8d69a..ef4287b6c 100644
--- a/tests/slic3rutils/CMakeLists.txt
+++ b/tests/slic3rutils/CMakeLists.txt
@@ -3,7 +3,7 @@ add_executable(${_TEST_NAME}_tests
${_TEST_NAME}_tests_main.cpp
)
-target_link_libraries(${_TEST_NAME}_tests test_common libslic3r_gui)
+target_link_libraries(${_TEST_NAME}_tests test_common libslic3r_gui libslic3r)
set_property(TARGET ${_TEST_NAME}_tests PROPERTY FOLDER "tests")
# catch_discover_tests(${_TEST_NAME}_tests TEST_PREFIX "${_TEST_NAME}: ")