diff --git a/storm/CMakeLists.txt b/storm/CMakeLists.txt index 6e7d437..16ff1a9 100644 --- a/storm/CMakeLists.txt +++ b/storm/CMakeLists.txt @@ -3,3 +3,8 @@ file(GLOB_RECURSE STORM_SOURCES "*.cpp") add_library(storm STATIC ${STORM_SOURCES} ) + +target_include_directories(storm + PRIVATE + ${CMAKE_SOURCE_DIR}/storm +)