summaryrefslogtreecommitdiff
path: root/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp_cmake/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp_cmake/CMakeLists.txt')
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp_cmake/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp_cmake/CMakeLists.txt b/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp_cmake/CMakeLists.txt
deleted file mode 100644
index 19d773dd6..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/sdkext/files/myapp_cmake/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-cmake_minimum_required (VERSION 2.6)
-project (myapp)
-# The version number.
-set (myapp_VERSION_MAJOR 1)
-set (myapp_VERSION_MINOR 0)
-
-# add the executable
-add_executable (myapp myapp.c)
-
-install(TARGETS myapp
- RUNTIME DESTINATION bin)