Browse Source

Add install target.

Miku AuahDark 3 years ago
parent
commit
abd1bde7a5
1 changed files with 3 additions and 0 deletions
  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 .)