Simplify usage in Final Report and move Libpack copy stuff out
Added report function to separate logic from presentation and automate layout Removed Libpack stuff to its own cmake file CopyLibpackDirectories.cmake Added call in main CMakeLists.txt to libpack stuff
This commit is contained in:
@@ -92,8 +92,12 @@ BuildAndInstallDesignerPlugin()
|
||||
|
||||
CreatePackagingTargets()
|
||||
|
||||
PrintFinalReport()
|
||||
if(MSVC AND FREECAD_LIBPACK_USE AND LIBPACK_FOUND)
|
||||
CopyLibpackDirectories()
|
||||
endif()
|
||||
|
||||
if (BUILD_TEST)
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
PrintFinalReport()
|
||||
|
||||
Reference in New Issue
Block a user