mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-02-17 09:02:23 +00:00
- fixed undefined CMAKE_INSTALL_... variables
https://forum.zdoom.org/viewtopic.php?t=68860&start=45#p1154952
This commit is contained in:
parent
9d7175259e
commit
c1bf2f82a9
1 changed files with 2 additions and 0 deletions
|
@ -179,6 +179,8 @@ set_target_properties(zmusic zmusiclite PROPERTIES
|
|||
SOVERSION ${ZMUSIC_VERSION_MAJOR}
|
||||
)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
install(TARGETS zmusic zmusiclite
|
||||
PUBLIC_HEADER DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
|
||||
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
||||
|
|
Loading…
Reference in a new issue