From 3b9f06124464b39cd99d7f753859b4e09faf4455 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Sun, 1 Nov 2020 17:50:27 -0600 Subject: [PATCH] chore(build): mark target include dir as public --- storm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storm/CMakeLists.txt b/storm/CMakeLists.txt index 3c023f9..458edce 100644 --- a/storm/CMakeLists.txt +++ b/storm/CMakeLists.txt @@ -18,6 +18,6 @@ add_library(storm STATIC ) target_include_directories(storm - PRIVATE + PUBLIC ${PROJECT_SOURCE_DIR} )