1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

deps: Fix dependency list

This commit is contained in:
Vojtech Kral
2018-10-31 17:29:21 +01:00
parent 7e71aaffd5
commit 0984c9a111
2 changed files with 8 additions and 2 deletions
+8 -1
View File
@@ -48,7 +48,14 @@ else ()
endif()
add_custom_target(deps ALL
DEPENDS dep_boost dep_tbb dep_libcurl dep_wxwidgets
DEPENDS
dep_boost
dep_tbb
dep_libcurl
dep_wxwidgets
dep_gtest
dep_nlopt
dep_libpng
)
# Note: I'm not using any of the LOG_xxx options in ExternalProject_Add() commands