Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
7b36c644
Commit
7b36c644
authored
May 04, 2021
by
Friedrich W. H. Kossebau
Browse files
Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable
GIT_SILENT
parent
4aefbdd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libkwineffects/CMakeLists.txt
View file @
7b36c644
...
...
@@ -27,7 +27,7 @@ target_link_libraries(kwinxrenderutils
)
set_target_properties
(
kwinxrenderutils PROPERTIES
VERSION
${
KWINEFFECTS_VERSION
_STRING
}
VERSION
${
KWINEFFECTS_VERSION
}
SOVERSION
${
KWINEFFECTS_SOVERSION
}
)
set_target_properties
(
kwinxrenderutils PROPERTIES OUTPUT_NAME
${
KWIN_NAME
}
xrenderutils
)
...
...
@@ -61,7 +61,7 @@ if (KWIN_HAVE_XRENDER_COMPOSITING)
target_link_libraries
(
kwineffects PRIVATE kwinxrenderutils XCB::XFIXES
)
endif
()
set_target_properties
(
kwineffects PROPERTIES
VERSION
${
KWINEFFECTS_VERSION
_STRING
}
VERSION
${
KWINEFFECTS_VERSION
}
SOVERSION
${
KWINEFFECTS_SOVERSION
}
)
set_target_properties
(
kwineffects PROPERTIES OUTPUT_NAME
${
KWIN_NAME
}
effects
)
...
...
@@ -82,7 +82,7 @@ add_library(kwinglutils SHARED ${kwin_GLUTILSLIB_SRCS})
generate_export_header
(
kwinglutils BASE_NAME kwinglutils EXPORT_FILE_NAME kwinglutils_export.h
)
target_link_libraries
(
kwinglutils PUBLIC XCB::XCB KF5::CoreAddons KF5::ConfigCore KF5::WindowSystem epoxy::epoxy
)
set_target_properties
(
kwinglutils PROPERTIES
VERSION
${
KWINEFFECTS_VERSION
_STRING
}
VERSION
${
KWINEFFECTS_VERSION
}
SOVERSION
${
KWINEFFECTS_SOVERSION
}
OUTPUT_NAME
${
KWIN_NAME
}
glutils
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment