Skip to content

Commit

Permalink
[*] copy additional files from lib/ directory of IFF SDK package
Browse files Browse the repository at this point in the history
  • Loading branch information
parafin committed Aug 13, 2024
1 parent d002a7e commit b8f16be
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 @@ -73,7 +73,7 @@ if(NOT TARGET IFF::iffsdk)
file(INSTALL
sdk/lib/
DESTINATION \${DEST_DIR}
FILES_MATCHING PATTERN \"${CMAKE_SHARED_LIBRARY_PREFIX}*${CMAKE_SHARED_LIBRARY_SUFFIX}\"
$<$<PLATFORM_ID:Windows>:PATTERN \"*${CMAKE_LINK_LIBRARY_SUFFIX}\" EXCLUDE>
)
")
add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
Expand Down

0 comments on commit b8f16be

Please sign in to comment.