1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2025-03-02 18:27:58 +01:00

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
parent c62cbe01c6
commit e2aa29cf47

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})