cmake: Pass RUNTIME DIRECTORY to bygfoot install target

This is required by some versions of cmake.
This commit is contained in:
Tom Stellard 2021-06-06 10:09:17 -07:00 committed by Tom Stellard
parent c62cbe01c6
commit 8b38034e15
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ target_compile_options(bygfoot PRIVATE -Wno-deprecated-declarations)
target_link_libraries (bygfoot ${GTK2_LIBRARIES} ${GLIB_LIBRARIES} m
${ZLIB_LIBRARIES} ${JSON-C_LIBRARIES})
install(TARGETS bygfoot)
install(TARGETS bygfoot RUNTIME DESTINATION bin)
install(DIRECTORY support_files DESTINATION
${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME})