9 lines
257 B
CMake
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 |