Skip to content

Commit

Permalink
Merge pull request #341 from mozahzah/master
Browse files Browse the repository at this point in the history
Update to CMakeLists.txt to be able to install header files
  • Loading branch information
garyscavone authored Aug 21, 2024
2 parents 02de746 + 9000d52 commit f406ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ endif()
list(APPEND LIB_TARGETS rtmidi)

# Add headers destination for install rule.
set_property(TARGET rtmidi PROPERTY PUBLIC_HEADER RtMidi.h rtmidi_c.h)
set_property(TARGET rtmidi PROPERTY PUBLIC_HEADER "${CMAKE_CURRENT_SOURCE_DIR}/RtMidi.h" "${CMAKE_CURRENT_SOURCE_DIR}/rtmidi_c.h")
set_target_properties(rtmidi PROPERTIES
SOVERSION ${SO_VER}
VERSION ${FULL_VER})
Expand Down

0 comments on commit f406ffe

Please sign in to comment.