From 7bbc667df1670e084edb7821d773e3fb225497bc Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Fri, 17 May 2019 18:21:36 +0200 Subject: [PATCH] add imported flag (#48) --- examples/simple_match/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple_match/CMakeLists.txt b/examples/simple_match/CMakeLists.txt index e533f53..84631c3 100644 --- a/examples/simple_match/CMakeLists.txt +++ b/examples/simple_match/CMakeLists.txt @@ -11,7 +11,7 @@ CPMAddPackage( DOWNLOAD_ONLY True ) -add_library(simple_match INTERFACE) +add_library(simple_match INTERFACE IMPORTED) target_include_directories(simple_match INTERFACE "${simple_match_SOURCE_DIR}/include") # ---- Executable ----