mirror of
https://github.com/ModOrganizer2/cmake_common.git
synced 2026-07-27 14:06:46 -07:00
Exclude __pycache__ when shipping third-party libraries.
This commit is contained in:
@@ -176,6 +176,7 @@ function(mo2_python_requirements TARGET)
|
||||
install(
|
||||
DIRECTORY "${MO2_LIBDIR}"
|
||||
DESTINATION "${MO2_INSTALL_PATH}/bin/plugins/${TARGET}/"
|
||||
PATTERN "__pycache__" EXCLUDE
|
||||
)
|
||||
|
||||
endfunction()
|
||||
|
||||
Reference in New Issue
Block a user