- fixed undefined CMAKE_INSTALL_... variables

https://forum.zdoom.org/viewtopic.php?t=68860&start=45#p1154952
This commit is contained in:
alexey.lysiuk 2020-06-09 12:23:30 +03:00
parent 9d7175259e
commit c1bf2f82a9

View file

@ -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}"