소스 검색

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)