diff --git a/audio/CMakeLists.txt b/audio/CMakeLists.txt index ed1946c..82c3397 100644 --- a/audio/CMakeLists.txt +++ b/audio/CMakeLists.txt @@ -1,7 +1,7 @@ include(MDEBase) include(MDEPkgConfig) -setup_library(MDEAudio) +mde_setup_library(MDEAudio) find_package(PkgConfig) diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index d5c5cc2..acc5e39 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -1,6 +1,6 @@ include(MDEBase) -setup_library(MDECore ${CMAKE_INSTALL_LIBDIR}) +mde_setup_library(MDECore ${CMAKE_INSTALL_LIBDIR}) if(NOT CMAKE_SYSTEM_NAME STREQUAL "Windows") target_link_libraries( MDECore diff --git a/sound/CMakeLists.txt b/sound/CMakeLists.txt index 50b8e9c..bef1f7e 100644 --- a/sound/CMakeLists.txt +++ b/sound/CMakeLists.txt @@ -1,6 +1,6 @@ include(MDEBase) include(MDEPkgConfig) -setup_library(MDESound ${CMAKE_INSTALL_LIBDIR}) +mde_setup_library(MDESound ${CMAKE_INSTALL_LIBDIR}) -pkg_config_add(MDESound vorbisfile) +mde_pkg_config_add(MDESound vorbisfile)