mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
fix(linphone_package): avoid install of cmake directories
This commit is contained in:
parent
028dc8c427
commit
642ae408ef
1 changed files with 2 additions and 0 deletions
|
|
@ -170,10 +170,12 @@ if (WIN32)
|
|||
PATTERN "bin/*_tester.exe" EXCLUDE
|
||||
PATTERN "bin/belcard*.exe" EXCLUDE
|
||||
PATTERN "bin/openh264.dll" EXCLUDE
|
||||
PATTERN "cmake" EXCLUDE
|
||||
PATTERN "include" EXCLUDE
|
||||
PATTERN "lib/*.a" EXCLUDE
|
||||
PATTERN "lib/*.def" EXCLUDE
|
||||
PATTERN "lib/*.exp" EXCLUDE
|
||||
PATTERN "lib/cmake" EXCLUDE
|
||||
PATTERN "lib/*.la" EXCLUDE
|
||||
PATTERN "lib/*.lib" EXCLUDE
|
||||
PATTERN "lib/mediastreamer/plugins/*openh264.*" EXCLUDE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue