gd-tools/cmake/install-rules.cmake
2024-02-14 04:17:31 -08:00

9 lines
257 B
CMake

#Works fine on Guix and most Unix systems
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()
#FIXME on Windows and Apple platforms