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} )