diff --git a/CMakeLists.txt b/CMakeLists.txt index 96d1b314..a0605b88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})