소스 검색

Add install target.

Miku AuahDark 3 년 전
부모
커밋
abd1bde7a5
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/CMakeLists.txt

+ 3 - 0
src/CMakeLists.txt

@@ -138,3 +138,6 @@ configure_file (
 	common/config-generated.h.in
 	common/config-generated.h
 )
+
+### Install target
+install(TARGETS https DESTINATION .)