Преглед изворни кода

Add new target install_app_bundle

This makes it possible to trigger a install and upload from CLion
Tobias Hieta пре 9 година
родитељ
комит
546ed96bfa
1 измењених фајлова са 2 додато и 0 уклоњено
  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)