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:
parent
c62cbe01c6
commit
e2aa29cf47
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user