From 4379aa77183293fe7bb4573ec978cff586d86391 Mon Sep 17 00:00:00 2001 From: Mark Farrugia Date: Fri, 2 Nov 2018 16:54:37 +1100 Subject: Add AGL-specific CMake PROJECT_TARGET_ADD macro We require this in AGL projects to properly find the library uising the app-templates submodule. Signed-off-by: Mark Farrugia --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ed62237..d56960b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,8 @@ # LIBAVIRT CONFIGURATION LIBRARY #------------------------------------------------------------------------------- +PROJECT_TARGET_ADD(avirt) + # Target file(GLOB SOURCE_FILES "src/avirt-*.c") add_library(avirt STATIC ${SOURCE_FILES}) -- cgit 1.2.3-korg