From 5ada5e9225122f2c51277e1816a52a4a6ff79ec7 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 4 May 2017 20:09:33 +0200 Subject: Update template to the reference Change-Id: I20dbf83d4de0986c0b5d9aa2322f9f2450449037 Signed-off-by: Romain Forlot --- templates/native/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'templates/native/CMakeLists.txt') diff --git a/templates/native/CMakeLists.txt b/templates/native/CMakeLists.txt index 0361f72..c40f0ca 100644 --- a/templates/native/CMakeLists.txt +++ b/templates/native/CMakeLists.txt @@ -37,7 +37,6 @@ PROJECT_TARGET_ADD(native-example) # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES - PREFIX "" LABELS "EXECUTABLE" OUTPUT_NAME ${TARGET_NAME}) @@ -50,6 +49,6 @@ PROJECT_TARGET_ADD(native-example) afbwsc ${link_libraries}) -populate_widget() +project_targets_populate() -build_widget() +project_package_build() -- cgit 1.2.3-korg