From 63f380a5347ab5f59ef9b8719a973aaf003c4c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 4 Nov 2015 14:17:24 +0100 Subject: [PATCH] Include libs subdirectory of packages --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51ba8b3cc..9b6d7ea3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,6 +137,7 @@ file ( RELATIVE "${CMAKE_SOURCE_DIR}" "${CMAKE_SOURCE_DIR}/libs_required/*/CMakeLists.txt" "${CMAKE_SOURCE_DIR}/libs/*/CMakeLists.txt" + "${CMAKE_SOURCE_DIR}/Package-*/libs/*/CMakeLists.txt" ) set( REMAINING_LOCAL_LIBS "" ) -- GitLab