diff options
-rw-r--r-- | modules/KDE4Defaults.cmake | 5 | ||||
-rw-r--r-- | modules/MacroLibrary.cmake | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/modules/KDE4Defaults.cmake b/modules/KDE4Defaults.cmake index d019258d..8f9e30c1 100644 --- a/modules/KDE4Defaults.cmake +++ b/modules/KDE4Defaults.cmake @@ -9,3 +9,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) # Use colors set(CMAKE_COLOR_MAKEFILE ON) +# define the generic version of the libraries here +# this makes it easy to advance it when the next release comes +set(GENERIC_LIB_VERSION "5.0.0") +set(GENERIC_LIB_SOVERSION "5") + diff --git a/modules/MacroLibrary.cmake b/modules/MacroLibrary.cmake index fb953d85..8a4e52e4 100644 --- a/modules/MacroLibrary.cmake +++ b/modules/MacroLibrary.cmake @@ -5,4 +5,5 @@ INCLUDE(MacroOptionalFindPackage) INCLUDE(MacroAdditionalCleanFiles) INCLUDE(MacroAddFileDependencies) INCLUDE(MacroGetenvWinPath) +INCLUDE(MacroEnsureOutOfSourceBuild) |