From 6b432bea867b17f584ce63b9f7acc686d9aa98f4 Mon Sep 17 00:00:00 2001 From: Tamino Bauknecht Date: Wed, 20 Mar 2024 12:40:00 +0100 Subject: [PATCH] cmake: Add Lua include directory --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fda0a36..606dd84 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -15,6 +15,7 @@ if(${PPPLUGIN_ENABLE_CPP17_COMPATIBILITY}) endif() target_include_directories( ${LIBRARY_TARGET} + PRIVATE ${LUA_INCLUDE_DIR} PUBLIC $ PUBLIC $)