Skip to content

Commit

Permalink
fix: add call to install() in CMakeLists.txt for CommonLibSF.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Sep 15, 2023
1 parent 86dc242 commit 89077a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CommonLibSF/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ configure_file(
@ONLY
)

install(
FILES cmake/CommonLibSF.cmake
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}
)

install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}
Expand Down

0 comments on commit 89077a1

Please sign in to comment.