Skip to content

Commit

Permalink
CMake: Install symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz committed Sep 22, 2023
1 parent e28db8c commit 0df8c79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ install(TARGETS OfxSupport OfxHost
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)

install(DIRECTORY ${OFX_SUPPORT_SYMBOLS_DIR}/ DESTINATION symbols)

# Package
include(CMakePackageConfigHelpers)

Expand Down

0 comments on commit 0df8c79

Please sign in to comment.