Cross Reference: CMakeLists.txt
xref
: /
inkscape
/
share
/
icons
/
CMakeLists.txt
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
add_subdirectory(application)
file(GLOB _FILES "*.svg" "*.jpg" "*.png" "README")
install(FILES ${_FILES} DESTINATION ${SHARE_INSTALL}
/inkscape/icons
)
install(FILES ..
/branding/inkscape.svg
DESTINATION ${SHARE_INSTALL}
/inkscape/icons
)