osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/onomondo-ipa/+/42975?usp=email )
Change subject: CMakeLists: add install target for ipa ......................................................................
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)