Skip to content

Commit

Permalink
- fixed undefined CMAKE_INSTALL_... variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jun 9, 2020
1 parent 9d71752 commit c1bf2f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/CMakeLists.txt
Expand Up @@ -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}"
Expand Down

0 comments on commit c1bf2f8

Please sign in to comment.