gd-tools/cmake/install-rules.cmake

9 lines
257 B
CMake
Raw Normal View History

2024-02-14 12:17:31 +00:00
#Works fine on Guix and most Unix systems
2024-02-04 18:24:04 +00:00
install(TARGETS gd-tools_exe DESTINATION bin)
install(FILES res/marisa_words.dic res/user_dic.dic DESTINATION share/gd-tools)
if(PROJECT_IS_TOP_LEVEL)
include(CPack)
endif()
2024-02-14 12:17:31 +00:00
#FIXME on Windows and Apple platforms