mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-08 03:42:09 +00:00
Add "install" target so we can use "make install" on Linux.
This commit is contained in:
parent
31783ffefc
commit
ab32c37955
@ -302,6 +302,17 @@ add_executable(aseprite WIN32 main.cpp ${win32_resources})
|
|||||||
|
|
||||||
target_link_libraries(aseprite ${all_libs})
|
target_link_libraries(aseprite ${all_libs})
|
||||||
|
|
||||||
|
INSTALL(TARGETS aseprite
|
||||||
|
RUNTIME DESTINATION bin)
|
||||||
|
|
||||||
|
INSTALL(DIRECTORY ../data
|
||||||
|
DESTINATION share/aseprite)
|
||||||
|
|
||||||
|
if(EXISTS ../docs/quickref.pdf)
|
||||||
|
INSTALL(FILES ../docs/quickref.pdf
|
||||||
|
DESTINATION share/aseprite/docs/quickref.pdf)
|
||||||
|
endif()
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# Unit tests
|
# Unit tests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user