Browse Source

Add new target install_app_bundle

This makes it possible to trigger a install and upload from CLion
Tobias Hieta 8 years ago
parent
commit
546ed96bfa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CMakeLists.txt

+ 2 - 0
CMakeLists.txt

@@ -57,3 +57,5 @@ add_subdirectory(external)
 add_subdirectory(src)
 
 include(CPackConfiguration)
+
+add_custom_target(install_app_bundle COMMAND ${CMAKE_COMMAND} -P cmake_install.cmake DEPENDS PlexMediaPlayer PMPHelper)