osmith has uploaded this change for review.

View Change

CMakeLists: add install target for ipa

Change-Id: I1b3d248ca2df14835c65139df90ccd2e2f1b80aa
---
M CMakeLists.txt
1 file changed, 2 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/onomondo-ipa refs/changes/75/42975/1
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c259f53..add2638 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,3 +31,5 @@

include(CTest)
add_subdirectory(tests)
+
+install(TARGETS ipa)

To view, visit change 42975. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: onomondo-ipa
Gerrit-Branch: master
Gerrit-Change-Id: I1b3d248ca2df14835c65139df90ccd2e2f1b80aa
Gerrit-Change-Number: 42975
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>