Explorar el Código

Add install target.

Miku AuahDark hace 3 años
padre
commit
abd1bde7a5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 .)