Skip to content

Commit

Permalink
Partially revert de39818
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Dec 21, 2018
1 parent daff83a commit 49ee435
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CMakeLists.txt
Expand Up @@ -39,3 +39,14 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
add_subdirectory(application/)
add_subdirectory(lib/)
add_subdirectory(plugins/)

# Do platform specific post target stuff
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")

# Install desktop entry
install(FILES data/albert.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )

# Install icon
install(FILES lib/albertcore/resources/icons/albert.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps)

endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")

0 comments on commit 49ee435

Please sign in to comment.