Skip to content
Snippets Groups Projects
Commit c704a9a8 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

PKG: filter out otb stuff when generating xdk

parent 41e5cbb5
No related branches found
No related tags found
No related merge requests found
......@@ -203,6 +203,8 @@ function(func_install_xdk_files)
else()
file(GLOB LIB_FILES "${DEPENDENCIES_INSTALL_DIR}/lib/*dll.*")
endif()
func_lisp(LIB_FILES )
install(FILES ${LIB_FILES} DESTINATION ${PKG_STAGE_DIR}/lib )
file(GLOB ITK_EXTRA_DLL_FILES_1 "${DEPENDENCIES_INSTALL_DIR}/bin/libITK*.dll")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment