Skip to content

Commit

Permalink
Fixed compilation step Build plugin process. Fixes the following co…
Browse files Browse the repository at this point in the history
…mpilation errors :

```
The imported target "flat-color-icons" references the file

     "D:/a/ShellAnything/ShellAnything/install/lib/shellanything-0.10.0/flat-color-icons.lib"
```
  • Loading branch information
end2endzone committed Sep 2, 2024
1 parent ef1067d commit b3f65dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flat-color-icons/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ target_link_libraries(flat-color-icons

# Define files that will be part of the installation package.
install(TARGETS flat-color-icons
EXPORT shellanything-targets
EXPORT flatcoloricons-targets # do not export as `shellanything-targets` here as we do not want project flat-color-icons to be available as an imported target for plugins.
ARCHIVE DESTINATION ${SHELLANYTHING_INSTALL_LIB_DIR}
LIBRARY DESTINATION ${SHELLANYTHING_INSTALL_LIB_DIR}
RUNTIME DESTINATION ${SHELLANYTHING_INSTALL_BIN_DIR}
Expand Down

0 comments on commit b3f65dc

Please sign in to comment.