cmake update
This commit is contained in:
parent
eedeb87595
commit
59a3d17a91
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
include(MDEBase)
|
||||
include(MDEPkgConfig)
|
||||
|
||||
setup_library(MDEAudio)
|
||||
mde_setup_library(MDEAudio)
|
||||
|
||||
find_package(PkgConfig)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue