diff --git a/integrations/lua/CMakeLists.txt b/integrations/lua/CMakeLists.txt
index e8893722c24877dd9beaea73c9682e1729af9f1f..8a026cc2d580637de12913c577c3caf679a96429 100644
--- a/integrations/lua/CMakeLists.txt
+++ b/integrations/lua/CMakeLists.txt
@@ -2,6 +2,7 @@ add_library(fggl-lua)
 
 find_package(Lua REQUIRED)
 target_link_libraries(fggl-lua PUBLIC ${LUA_LIBRARIES})
+target_include_directories(fggl-lua INTERFACE ${LUA_INCLUDE_DIR})
 
 # Link to FGGL
 target_link_libraries(fggl-lua PUBLIC fggl)