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
|