Skip to content

Commit

Permalink
Added missing header fileset from install rule
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanjhood committed Mar 15, 2024
1 parent 00ca057 commit 0092a86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ install(TARGETS ${STONEYDSP_BIQUADS_TARGETS}
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
INCLUDES DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
INCLUDES DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/StoneyDSP"
PUBLIC_HEADER DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/StoneyDSP"
FILE_SET biquads_HEADERS
)

install(FILES
Expand Down

0 comments on commit 0092a86

Please sign in to comment.